summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-17 01:03:57 -0400
committerChris McDonough <chrism@plope.com>2012-03-17 01:03:57 -0400
commit89f1581b816a03a282e7fd487a6f5e6058dbff04 (patch)
treea3228558a617ac150c131deccbc67e3e2475ddcc /tox.ini
parent692fd6816616ed5b3cb9ef3c0f2c6eff2276da93 (diff)
downloadpyramid-89f1581b816a03a282e7fd487a6f5e6058dbff04.tar.gz
pyramid-89f1581b816a03a282e7fd487a6f5e6058dbff04.tar.bz2
pyramid-89f1581b816a03a282e7fd487a6f5e6058dbff04.zip
also install nose and coverage
Diffstat (limited to 'tox.ini')
-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