diff --git a/tox.ini b/tox.ini index bc82f359b..fa036addf 100644 --- a/tox.ini +++ b/tox.ini @@ -62,7 +62,9 @@ commands = {envdir}/bin/oslo-config-generator --config-file etc/oslo-config-generator/manilaclient.conf [testenv:cover] -commands = python setup.py testr --coverage --testr-args='{posargs}' +commands = + python setup.py testr --coverage --testr-args='{posargs}' + coverage report [flake8] # F821: undefined name