Merge "Enable coverage report in console output"

This commit is contained in:
Jenkins
2017-03-21 15:14:13 +00:00
committed by Gerrit Code Review

View File

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