Skip to content
Snippets Groups Projects
Commit 9cd485f7 authored by nimrod's avatar nimrod
Browse files

Correct tox.ini.

parent 4b72c917
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,18 @@ basepython = python2
deps =
Fabric
pelican
commands =
build: fab build
serve: fab reserve
publish:
fab publish
git push
whitelist_externals =
git
[testenv:build]
commands =
fab build
[testenv:serve]
commands =
fab reserve
[testenv:publish]
commands =
fab publish
git push
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment