Enable coverage report when testing coverage

Change-Id: I4fe481cc35e7fd4836e7111e6cce776367956a42
This commit is contained in:
Jeremy Liu 2017-04-18 07:10:49 -07:00
parent 42b8bd319c
commit 0f06e40b79
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 test --coverage --testr-args='{posargs}'
commands =
python setup.py test --coverage --testr-args='{posargs}'
coverage report
[testenv:docs]
commands = python setup.py build_sphinx