Enable coverage report in console output

Change-Id: I70cf768459360166bd0a76a74eff57bc0b7acda9
This commit is contained in:
Jeremy Liu 2017-01-13 10:53:22 +08:00
parent 0457179dc2
commit fd218e9229
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@ deps = hacking<0.13,>=0.12
commands = flake8
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
commands =
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[testenv:venv]
commands = {posargs}