Merge "Enable code coverage report in console output"

This commit is contained in:
Zuul 2018-02-17 00:00:50 +00:00 committed by Gerrit Code Review
commit f544d5cc1c
1 changed files with 1 additions and 0 deletions

View File

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