summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-02-23 16:34:56 -0500
committerTres Seaver <tseaver@palladion.com>2015-02-23 16:34:56 -0500
commitdfb114728c8946333d2b8bf561755e1c7ed4d0a7 (patch)
tree3f58d8b64fb51d753b3ca1710884174852458dd2
parentd0fd2640761a05247ab50ca419ee5aef5544aa40 (diff)
downloadzope-contenttype-dfb114728c8946333d2b8bf561755e1c7ed4d0a7.tar.gz
Polish coverage testing.
-rw-r--r--tox.ini8
1 files changed, 2 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 12ebff1..7ed0818 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py26,py27,py33,py34,pypy,pypy3
+ py26,py27,py33,py34,pypy,pypy3,coverage
[testenv]
commands =
@@ -9,14 +9,10 @@ commands =
deps =
[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.contenttype
- pip install -e .
nosetests --with-xunit --with-xcoverage
deps =
nose