summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-23 09:55:42 +0000
committerGerrit Code Review <review@openstack.org>2017-01-23 09:55:42 +0000
commit6865768726fafcf519ae5f986557c120d650632b (patch)
tree8eb0b92ca75370e4e9b3d997dc90a89c52954b86
parent14dd099e660b594c2a8158f4c8bf4b8ae2aae0bf (diff)
parent66be00b0906c80df750353be2fbd7afd25d918ad (diff)
downloadpython-saharaclient-6865768726fafcf519ae5f986557c120d650632b.tar.gz
Merge "Enable coverage report in console output"ocata-em1.1.0
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index dba1191..a9fd5bf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,9 @@ basepython = python3.4
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
[testenv:cover]
-commands = python setup.py test --coverage --testr-args='{posargs}'
+commands =
+ python setup.py test --coverage --testr-args='{posargs}'
+ coverage report
[tox:jenkins]
sitepackages = False