Tres Seaver
2015-01-30 95d7552239767e25a7fc4b258dffcbabe9ee8534
Merge pull request #1551 from Pylons/suppress_noise_during_testing

Suppress setuptools chatter when testing under tox.
1 files modified
8 ■■■■ changed files
tox.ini 8 ●●●● patch | view | raw | blame | history
tox.ini
@@ -4,15 +4,15 @@
[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