Enable code coverage report in console output

Modified tox configuration to enable code coverage report in console output

Change-Id: I57c5aa7d88e3bab5397c996677a0d18d6157f79f
This commit is contained in:
pawnesh.kumar 2016-10-19 16:12:36 +05:30 committed by Mike Fedosin
parent 5eba376eed
commit 84a8089372
1 changed files with 1 additions and 0 deletions

View File

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