Commit efd69882 authored by Tres Seaver's avatar Tres Seaver

Call out 'mock' as explicit test dependency for 'tox'.

Should fix build failures on slightly-older setuptools installations,
e.g.: http://jenkins.pylonsproject.org/job/transaction/53/console.
parent 84cd2c54
......@@ -7,6 +7,8 @@ envlist =
[testenv]
commands =
python setup.py -q test -q
deps =
mock
[testenv:coverage]
basepython =
......@@ -14,10 +16,10 @@ basepython =
commands =
nosetests --with-xunit --with-xcoverage
deps =
{[testenv]deps}
nose
coverage
nosexcover
mock
[testenv:docs]
basepython =
......
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