summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 83ba185..11016bd 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}