diff --git a/tox.ini b/tox.ini index 83ba18543..11016bd0b 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,7 @@ commands = {posargs} [testenv:cover] commands = python setup.py testr --coverage --testr-args='{posargs}' + coverage report [testenv:debug] commands = oslo_debug_helper -t keystoneclient/tests {posargs}