summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-02-23 12:21:47 -0500
committerTres Seaver <tseaver@palladion.com>2015-02-23 12:21:47 -0500
commit1fe496908989e03c398639cde4ccfb15f34ab964 (patch)
treefc8a91884f9f627857e7fafb417b0e99af0bca56
parent6b8d3fcdb5ebecc8174b477227569f790c84d318 (diff)
downloadzope-browser-1fe496908989e03c398639cde4ccfb15f34ab964.tar.gz
Switch to 'usedevelop = true' FBO nose / coverage.
-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