summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorpawnesh.kumar <pawnesh.kumar@nectechnologies.in>2016-10-19 16:12:36 +0530
committerMike Fedosin <mikhail.fedosin.ext@nokia.com>2017-06-15 19:38:47 +0000
commit84a80893727c26b2b176e0e3f4f0d08bbcec860f (patch)
tree618b97fd8ed33fbcf0e85bd27b4d7f82fca22cd4 /tox.ini
parent5eba376eed36beb42be43abd9eb38eda03bffa4f (diff)
downloadpython-glanceclient-84a80893727c26b2b176e0e3f4f0d08bbcec860f.tar.gz
Enable code coverage report in console output
Modified tox configuration to enable code coverage report in console output Change-Id: I57c5aa7d88e3bab5397c996677a0d18d6157f79f
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 29a2b24..b43ce93 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,6 +33,7 @@ setenv =
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
+ coverage report
[testenv:docs]
commands=