summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorliusheng <liusheng@huawei.com>2016-12-30 16:56:00 +0800
committerliusheng <liusheng@huawei.com>2016-12-30 16:56:00 +0800
commit24d820dc256faf2c02ef502920177eac977d096c (patch)
tree75b480c9ff7946bc4b1ad925cd8c130733fcea73 /tox.ini
parent1413e9d344e9b137936b23df3eda61e425802d1f (diff)
downloadheat-24d820dc256faf2c02ef502920177eac977d096c.tar.gz
Enable coverage report
This change can help to print the coverage report when run "tox -ecover". Change-Id: I605ca939672018caabe7916c1fecf4086e8997b7
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 fedefab79..e02a09ed5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,6 +36,7 @@ commands = {posargs}
[testenv:cover]
commands =
python setup.py testr --coverage --testr-args='^(?!heat_integrationtests){posargs}'
+ coverage report
[testenv:docs]
deps = -r{toxinidir}/requirements.txt