diff --git a/tox.ini b/tox.ini index a3d33f6a..59900ffc 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,9 @@ commands = pifpaf -g AODH_TEST_STORAGE_URL run mysql -- python setup.py testr --testr-args="{posargs}" [testenv:cover] -commands = pifpaf -g AODH_TEST_STORAGE_URL run mysql -- python setup.py testr --slowest --coverage --testr-args="{posargs}" +commands = + pifpaf -g AODH_TEST_STORAGE_URL run mysql -- python setup.py testr --slowest --coverage --testr-args="{posargs}" + coverage report [testenv:pep8] deps = hacking>=0.12,<0.13