Skip to content
Snippets Groups Projects
Commit 04d94fbe authored by fuzzyman's avatar fuzzyman
Browse files

Adding commands to tox.ini

parent 38b00250
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,11 @@ envlist = py24,py25,py26,py27
[testenv]
deps=unittest2
commands=unit2 discover
commands=unit2 discover []
[testenv:py26]
commands=
unit2 discover
unit2 discover []
sphinx-build -b doctest docs html
sphinx-build docs html
deps =
......@@ -16,7 +16,7 @@ deps =
[testenv:py27]
commands=
unit2 discover
unit2 discover []
sphinx-build -b doctest docs html
sphinx-build docs html
deps =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment