summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-02-23 16:33:14 -0500
committerTres Seaver <tseaver@palladion.com>2015-02-23 16:33:14 -0500
commitd0fd2640761a05247ab50ca419ee5aef5544aa40 (patch)
tree5fbd9d78f55dec51d07191bd74155c65a1483cbc
parent53fa2f0d53f8c3af3f5a05b093f2d536a2dfdec1 (diff)
downloadzope-contenttype-d0fd2640761a05247ab50ca419ee5aef5544aa40.tar.gz
Silence setuptools chatter during tests.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e5c6493..12ebff1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ envlist =
[testenv]
commands =
- python setup.py test -q
+ python setup.py -q test -q
# without explicit deps, setup.py test will download a bunch of eggs into $PWD
deps =