summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-04 22:51:17 +0000
committerGerrit Code Review <review@openstack.org>2016-11-04 22:51:17 +0000
commit41de8b7c0b1e3834e05f291fa6419132311b2452 (patch)
tree21f629f4b17f36e114249d5c49d9ca634e03f496 /tox.ini
parent5296daad83792b29a3eb61516f87b97dfb990e4d (diff)
parent432df97c3a6022e58c973ad454d99a4e5140500a (diff)
downloadpython-swiftclient-41de8b7c0b1e3834e05f291fa6419132311b2452.tar.gz
Merge "Enable code coverage report in console output"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 84806cc..e2f1265 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,7 +28,8 @@ commands =
commands = {posargs}
[testenv:cover]
-commands = python setup.py testr --coverage
+commands = python setup.py testr --coverage
+ coverage report
[testenv:func]
setenv = OS_TEST_PATH=tests.functional