summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-02-23 13:50:46 -0500
committerTres Seaver <tseaver@palladion.com>2015-02-23 13:50:46 -0500
commit41446bb751cdb96edf467c676d273d965259f76b (patch)
treea2baf43ed80a82efbf7f6a842ea3df181c74f361
parentb0b8d82e9b9bfc54246c9175ac2fa1fbd05af828 (diff)
downloadzope-component-41446bb751cdb96edf467c676d273d965259f76b.tar.gz
Silence setuptools chatter during test runs.
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 01cfcea..0ca58ed 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,11 +29,11 @@ deps =
{[mindeps]deps}
persistent
commands =
- python setup.py test -q
+ python setup.py -q test -q
[testenv:jython]
commands =
- jython setup.py test -q
+ jython setup.py -q test -q
[nosy]
deps =