Enable code coverage report in console output

Modified tox configuration to enable code coverage
report in console output.

Change-Id: I64684f312612681552b511962a3366d832880106
This commit is contained in:
pooja jadhav 2017-07-04 11:40:44 +05:30
parent 166abca802
commit 3076b10202
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py test --coverage --testr-args='{posargs}'
coverage report
[testenv:docs]
commands = python setup.py build_sphinx