diff options
| -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 |
