diff --git a/tox.ini b/tox.ini index 31b5e302c2..a1489e62ac 100644 --- a/tox.ini +++ b/tox.ini @@ -98,6 +98,7 @@ commands = coverage erase find . -type f -name "*.pyc" -delete python setup.py testr --coverage --testr-args='{posargs}' + coverage report [testenv:debug] commands =