diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-11 19:40:54 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-11 19:40:54 -0500 |
| commit | 06b941674b217683db6351fcb9f4fe717a90ef9e (patch) | |
| tree | 96a7babae734d39a47ab7199923376147d20e691 | |
| parent | 431d3a989ada6e52fb556ee4419c15d188c26501 (diff) | |
| download | python-coveragepy-git-06b941674b217683db6351fcb9f4fe717a90ef9e.tar.gz | |
Less noise in the test output.
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,8 +11,8 @@ setenv = PYTHONPATH=test/eggsrc commands = - {envpython} setup.py clean - {envpython} setup.py develop + {envpython} setup.py --quiet clean + {envpython} setup.py --quiet develop # Create test/zipmods.zip {envpython} igor.py zip_mods @@ -24,7 +24,7 @@ commands = {envpython} igor.py test_with_tracer py {posargs} # Build the C extension and test with the CTracer - {envpython} setup.py build_ext --inplace + {envpython} setup.py --quiet build_ext --inplace {envpython} igor.py test_with_tracer c {posargs} deps = |
