Commit 893bb61e authored by Tres Seaver's avatar Tres Seaver

Make dependency installation explicit.

parent e55ea772
......@@ -5,6 +5,8 @@ envlist =
[testenv]
commands =
python setup.py -q test -q
deps =
mock
[testenv:cover]
basepython =
......@@ -12,6 +14,7 @@ basepython =
commands =
python setup.py nosetests --with-xunit --with-xcoverage
deps =
{[testenv]deps}
nose
coverage
nosexcover
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment