diff --git a/tox.ini b/tox.ini index 7599126..6af0959 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,9 @@ commands = commands = {posargs} [testenv:cover] -commands = python setup.py test --coverage --testr-args='{posargs}' +commands = + python setup.py test --coverage --testr-args='{posargs}' + coverage report [testenv:docs] commands = python setup.py build_sphinx