Merge "Enable coverage report in console output"

This commit is contained in:
Jenkins 2017-01-11 15:31:01 +00:00 committed by Gerrit Code Review
commit c83eb195e3
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