Commit 9cd485f7 authored by nimrod's avatar nimrod
Browse files

Correct tox.ini.

parent 4b72c917
Loading
Loading
Loading
Loading
+13 −6
Original line number Diff line number Diff line
@@ -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