diff --git a/tox.ini b/tox.ini index faa0645b..a3232134 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,9 @@ deps = hacking<0.13,>=0.12 commands = flake8 [testenv:cover] -commands = python setup.py testr --coverage --testr-args='{posargs}' +commands = + python setup.py testr --coverage --testr-args='{posargs}' + coverage report [testenv:venv] commands = {posargs}