summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 5241b165c..56307bacf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,12 +29,10 @@ deps =
repoze.sphinx.autointerface
virtualenv
nose
- coverage<3.4
+ coverage
nosexcover
-
# we separate coverage into its own testenv because a) "last run wins" wrt
# cobertura jenkins reporting and b) pypy and jython can't handle any
# combination of versions of coverage and nosexcover that i can find.
-# coverage <3.4 is required by nosexcover 1.0.4.