summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 1 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 817dcd2..bd9e1f4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,14 +9,10 @@ deps =
zope.interface
[testenv:coverage]
+usedevelop = true
basepython =
python2.7
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 uninstall -y zope.browser
- pip install -e .
nosetests --with-xunit --with-xcoverage
deps =
nose