diff --git a/tox.ini b/tox.ini index 4b2d77991..967d4b537 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ extras = tests commands = {envpython} selftest.py - {envpython} -m pytest -vv -W always {posargs} + {envpython} -m pytest -W always {posargs} [testenv:lint] skip_install = true