Enable coverage report in console output

Change-Id: I74fe81917ee0988b7359292729b0fcc475500229
This commit is contained in:
Jeremy Liu
2017-02-14 16:56:07 +08:00
parent fa34a025c6
commit eaf07754ab

View File

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