summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini12
1 files changed, 8 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 1e7223886..4e732a178 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,9 @@ deps =
repoze.sphinx.autointerface
WebTest
virtualenv
- venusian>=1.0a3
+ venusian
+ nose
+ coverage
[testenv:py32]
commands =
@@ -19,7 +21,9 @@ commands =
deps =
WebTest
virtualenv
- venusian>=1.0a3
+ venusian
+ nose
+ coverage
[testenv:cover]
basepython =
@@ -32,9 +36,9 @@ deps =
WebTest
repoze.sphinx.autointerface
virtualenv
- venusian>=1.0a3
+ venusian
nose
- coverage==3.4
+ coverage
nosexcover
# we separate coverage into its own testenv because a) "last run wins" wrt