Commit 45df6d05 authored by Tres Seaver's avatar Tres Seaver

Switch to 'usedevelop = true' FBO nose / coverage.

parent 8b6c63c0
...@@ -24,14 +24,10 @@ deps = ...@@ -24,14 +24,10 @@ deps =
zope.testing zope.testing
[testenv:coverage] [testenv:coverage]
usedevelop = true
basepython = basepython =
python2.7 python2.7
commands = commands =
# The installed version messes up nose's test discovery / coverage reporting
# So, we uninstall that from the environment, and then install the editable
# version, before running nosetests.
pip -q uninstall -y zope.container
pip -q install -e .
nosetests --with-xunit --with-xcoverage nosetests --with-xunit --with-xcoverage
deps = deps =
{[testenv]deps} {[testenv]deps}
......
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