diff options
| author | Tres Seaver <tseaver@palladion.com> | 2015-01-30 11:42:01 -0500 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2015-01-30 11:42:01 -0500 |
| commit | 7c8c852b3de053e4e8e459f3fc74e4b7d05aab93 (patch) | |
| tree | 4666d5c7facda10c69a3e1f3fa54893844897130 /tox.ini | |
| parent | c7bf2744f332c0294d8d673d21b56f5edacb2eae (diff) | |
| download | pyramid-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.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
