Merge "Enable coverage report in console output"

This commit is contained in:
Jenkins
2017-01-16 11:09:11 +00:00
committed by Gerrit Code Review

View File

@@ -20,7 +20,9 @@ commands = flake8
commands = {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