Merge "Enable code coverage report in console output"

This commit is contained in:
Jenkins 2016-08-30 01:55:05 +00:00 committed by Gerrit Code Review
commit 30d3c0917c

View File

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