diff --git a/tox.ini b/tox.ini index 0b67fa04..7e1eb4d8 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,9 @@ setenv = passenv = OS_* [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=