diff --git a/tox.ini b/tox.ini index cad5290f..32f4e89f 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,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=