Enable coverage report

This change can help to print the coverage report when run
"tox -ecover".

Change-Id: I605ca939672018caabe7916c1fecf4086e8997b7
This commit is contained in:
liusheng 2016-12-30 16:56:00 +08:00
parent 1413e9d344
commit 24d820dc25
1 changed files with 1 additions and 0 deletions

View File

@ -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