summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-02-21 16:24:48 -0500
committerTres Seaver <tseaver@palladion.com>2015-02-21 16:24:48 -0500
commit26bf22464e5d19070c24820066e87895f5318f56 (patch)
tree62e325c5f7f3682c0f7bd6e8c3f5a6fe0118934c
parent130395217127037f6464c9a278eb116cbc1bc01c (diff)
downloadzope-tal-26bf22464e5d19070c24820066e87895f5318f56.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 9a65598..3f0cf63 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,6 +7,6 @@ envlist =
[testenv]
commands =
- python setup.py test -q
+ python setup.py -q test -q
deps =
zope.testrunner