Add report to coverage

The following patch is a trivial fix and adds
report to the coverage output.

TrivialFix

Change-Id: Id665a07f590d85d4f7233fe513a841222c85c307
This commit is contained in:
reedip 2016-01-26 09:41:15 +09:00
parent 7f46663420
commit 382e1d4b32
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,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