diff --git a/tox.ini b/tox.ini index 461c639..64e6d53 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,9 @@ commands = flake8 {posargs} 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