From 89f1581b816a03a282e7fd487a6f5e6058dbff04 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 17 Mar 2012 01:03:57 -0400 Subject: also install nose and coverage --- tox.ini | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.3