diff --git a/tox.ini b/tox.ini index 26cfb112..51e5b9c2 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,8 @@ commands = commands = {posargs} [testenv:cover] -commands = python setup.py testr --coverage +commands = python setup.py testr --coverage + coverage report [testenv:func] setenv = OS_TEST_PATH=tests.functional