summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-03-09 10:40:48 -0400
committerTres Seaver <tseaver@palladion.com>2015-03-09 10:40:48 -0400
commit76d61e5c43827d2049d3e379afecd6b0d648bc68 (patch)
tree942636417b4ae04b2647d28a19cbc455663f1939
parentddf23fa77980208f5fc5843b4216d6b52bd3a898 (diff)
downloadzope-i18nmessageid-76d61e5c43827d2049d3e379afecd6b0d648bc68.tar.gz
Silence setuptools/distutils chatter during test runs.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 842fdd8..ea380d9 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
[testenv:coverage]
basepython =