Enable coverage report in console output

Enable coverage report in console output

Change-Id: Ia03a5c9814054e02ad1114281814378fc4931311
This commit is contained in:
Kevin_Zheng
2017-01-04 08:55:07 +08:00
parent b9f4451ca3
commit 223405b5ef

View File

@@ -24,7 +24,9 @@ commands = flake8
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:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html