Enable code coverage report in console output

Modified swift-client tox.ini configuration to enable code coverage
report in console output.

Change-Id: I60276d6a87c62f4a112b01d97ab35a545d4e5462
This commit is contained in:
shashi.kant 2016-10-19 17:57:51 +05:30
parent d007ef7b2d
commit 432df97c3a

@ -28,7 +28,8 @@ commands =
commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage
commands = python setup.py testr --coverage
coverage report
[testenv:func]
setenv = OS_TEST_PATH=tests.functional