diff --git a/tox.ini b/tox.ini index cc1407f45c..8add2fe365 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,9 @@ passenv = OS_* commands = {posargs} [testenv:cover] -commands = python setup.py test --coverage --testr-args='{posargs}' +commands = + python setup.py test --coverage --testr-args='{posargs}' + coverage report [testenv:debug] commands = oslo_debug_helper -t openstackclient/tests {posargs}