Enable coverage report in console output

Change-Id: Ied4cac092fba5d4b5027e72e1f18a65745480927
This commit is contained in:
Jeremy Liu 2016-12-30 16:33:42 +08:00
parent 19083ec7fa
commit 2ba9b07004
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@ commands = {posargs}
commands = oslo_debug_helper {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
commands =
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[testenv:docs]
commands = python setup.py build_sphinx