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}
[testenv:cover]
commands = python setup.py test --coverage --testr-args='{posargs}'
commands =
python setup.py test --coverage --testr-args='{posargs}'
coverage report
[testenv:docs]
commands = python setup.py build_sphinx