Enable coverage report in console output

Change-Id: Id8d9f0f9ea7685518e8a90323cd199b5303dd982
This commit is contained in:
Jeremy Liu
2017-01-13 10:46:58 +08:00
parent 82181f0bf5
commit 003d9f0a15

View File

@@ -33,7 +33,9 @@ whitelist_externals = bash
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=