summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-03-09 10:41:16 -0400
committerTres Seaver <tseaver@palladion.com>2015-03-09 10:41:16 -0400
commit6bfdac519322c3a9053f494306c7415f835d1462 (patch)
treefaffc1a6e5dd1c1d1e35bb011885ab3e622cb189
parent76d61e5c43827d2049d3e379afecd6b0d648bc68 (diff)
downloadzope-i18nmessageid-6bfdac519322c3a9053f494306c7415f835d1462.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 ea380d9..1e46af5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,14 +7,10 @@ commands =
python setup.py -q test -q
[testenv:coverage]
+usedevelop = true
basepython =
python2.6
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.i18nmessageid
- pip install -e .
nosetests --with-xunit --with-xcoverage
deps =
nose