summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 714c5b6d3..29bd48639 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,15 +4,15 @@ envlist =
[testenv]
commands =
- python setup.py dev
- python setup.py test -q
+ python setup.py -q dev
+ python setup.py -q test -q
[testenv:cover]
basepython =
python2.6
commands =
- python setup.py dev
- python setup.py nosetests --with-xunit --with-xcoverage
+ python setup.py -q dev
+ nosetests --with-xunit --with-xcoverage
deps =
nosexcover