Skip to content

Commit

Permalink
Silence setuptools chatter during test runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Feb 23, 2015
1 parent b0b8d82 commit 41446bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -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 =
Expand Down

0 comments on commit 41446bb

Please sign in to comment.