diff options
| author | Chris McDonough <chrism@plope.com> | 2012-03-17 01:03:57 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-03-17 01:03:57 -0400 |
| commit | 89f1581b816a03a282e7fd487a6f5e6058dbff04 (patch) | |
| tree | a3228558a617ac150c131deccbc67e3e2475ddcc /tox.ini | |
| parent | 692fd6816616ed5b3cb9ef3c0f2c6eff2276da93 (diff) | |
| download | pyramid-89f1581b816a03a282e7fd487a6f5e6058dbff04.tar.gz pyramid-89f1581b816a03a282e7fd487a6f5e6058dbff04.tar.bz2 pyramid-89f1581b816a03a282e7fd487a6f5e6058dbff04.zip | |
also install nose and coverage
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 |
