Enable code coverage report in console output

Modified tox configuration to enable code coverage report in console output

Change-Id: I2552e31a4e5997dc6bdb53886586bf4f11f3b1d0
This commit is contained in:
pawnesh.kumar 2016-10-14 21:58:00 +05:30
parent 8fe7318a1d
commit ce6e381979
1 changed files with 1 additions and 0 deletions

View File

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