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

Make dependency installation explicit.

parent e55ea772
...@@ -5,6 +5,8 @@ envlist = ...@@ -5,6 +5,8 @@ envlist =
[testenv] [testenv]
commands = commands =
python setup.py -q test -q python setup.py -q test -q
deps =
mock
[testenv:cover] [testenv:cover]
basepython = basepython =
...@@ -12,6 +14,7 @@ basepython = ...@@ -12,6 +14,7 @@ basepython =
commands = commands =
python setup.py nosetests --with-xunit --with-xcoverage python setup.py nosetests --with-xunit --with-xcoverage
deps = deps =
{[testenv]deps}
nose nose
coverage coverage
nosexcover 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