Enable coverage report in console output

Change-Id: I97caceffa5b7c95d1da47d50f333538365891c8e
This commit is contained in:
Jeremy Liu 2017-02-14 17:00:51 +08:00
parent 1c1bfaf0a1
commit 5ec0906d57
1 changed files with 3 additions and 1 deletions

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