diff --git a/tox.ini b/tox.ini index 223e185..92e725f 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,9 @@ whitelist_externals = bash commands = {posargs} [testenv:cover] -commands = python setup.py testr --coverage --testr-args='{posargs}' +commands = + python setup.py testr --coverage --testr-args='{posargs}' + coverage report [testenv:debug] commands = oslo_debug_helper -t senlinclient/tests {posargs}