diff --git a/tox.ini b/tox.ini index ca49824..79e89ab 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,9 @@ commands = flake8 commands = {posargs} [testenv:cover] -commands = python setup.py testr --coverage --testr-args='{posargs}' +commands = + python setup.py testr --coverage --testr-args='{posargs}' + coverage report [testenv:docs] commands = python setup.py build_sphinx