diff --git a/tox.ini b/tox.ini index 6ab7707..bd9a1a1 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,9 @@ commands = flake8 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