diff --git a/tox.ini b/tox.ini index 29e453afe..d620f9c26 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,9 @@ whitelist_externals = bash 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=