Enable coverage report in console output

Change-Id: Iaba796a4126b2e106af5b4688cd6c94559a42a64
This commit is contained in:
Jeremy Liu
2016-12-30 16:37:24 +08:00
parent a57f54ab8f
commit 6e99fcffc3

View File

@@ -27,7 +27,9 @@ setenv = PYTHONHASHSEED=0
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]
setenv = PYTHONHASHSEED=0