Loading .gitignore +5 −2 Original line number Diff line number Diff line output/* cache/* output/ cache/ .cache/ .tox/ *.log *.pyc *~ ~* Loading tox.ini 0 → 100644 +19 −0 Original line number Diff line number Diff line [tox] envlist = build skipsdist = True [testenv] envdir = {toxinidir}/.tox/env basepython = python2 deps = Fabric pelican commands = build: fab build serve: fab build serve publish: fab publish publish: git push whitelist_externals = ssh rsync git Loading
.gitignore +5 −2 Original line number Diff line number Diff line output/* cache/* output/ cache/ .cache/ .tox/ *.log *.pyc *~ ~* Loading
tox.ini 0 → 100644 +19 −0 Original line number Diff line number Diff line [tox] envlist = build skipsdist = True [testenv] envdir = {toxinidir}/.tox/env basepython = python2 deps = Fabric pelican commands = build: fab build serve: fab build serve publish: fab publish publish: git push whitelist_externals = ssh rsync git