summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-01-30 11:42:01 -0500
committerTres Seaver <tseaver@palladion.com>2015-01-30 11:42:01 -0500
commit7c8c852b3de053e4e8e459f3fc74e4b7d05aab93 (patch)
tree4666d5c7facda10c69a3e1f3fa54893844897130 /tox.ini
parentc7bf2744f332c0294d8d673d21b56f5edacb2eae (diff)
downloadpyramid-7c8c852b3de053e4e8e459f3fc74e4b7d05aab93.tar.gz
pyramid-7c8c852b3de053e4e8e459f3fc74e4b7d05aab93.tar.bz2
pyramid-7c8c852b3de053e4e8e459f3fc74e4b7d05aab93.zip
Suppress setuptools chatter when testing under tox.
Diffstat (limited to 'tox.ini')
-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