Loading tox.ini +13 −6 Original line number Diff line number Diff line Loading @@ -8,11 +8,18 @@ basepython = python2 deps = Fabric pelican whitelist_externals = git [testenv:build] commands = fab build [testenv:serve] commands = fab reserve [testenv:publish] commands = build: fab build serve: fab reserve publish: fab publish git push whitelist_externals = git Loading
tox.ini +13 −6 Original line number Diff line number Diff line Loading @@ -8,11 +8,18 @@ basepython = python2 deps = Fabric pelican whitelist_externals = git [testenv:build] commands = fab build [testenv:serve] commands = fab reserve [testenv:publish] commands = build: fab build serve: fab reserve publish: fab publish git push whitelist_externals = git