Enable coverage report in console output

Change-Id: I6bba1cc99c9c34efdf61a0d0ee0a0a2b6dcc77b0
This commit is contained in:
Jeremy Liu 2017-01-13 10:58:19 +08:00
parent fb803225f3
commit 66be00b090
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ basepython = python3.4
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
[testenv:cover]
commands = python setup.py test --coverage --testr-args='{posargs}'
commands =
python setup.py test --coverage --testr-args='{posargs}'
coverage report
[tox:jenkins]
sitepackages = False