diff --git a/tox.ini b/tox.ini index 59b97d908..7aec349e4 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,9 @@ setenv = PYTHONHASHSEED=0 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] setenv = PYTHONHASHSEED=0