From: Manjeet Singh Bhatia Date: Tue, 15 Dec 2015 21:06:24 +0000 (+0000) Subject: Improve tox to show coverage report on same window X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f9b3edb97dfca77e666964f65d21c62400de0884;p=openstack-build%2Fneutron-build.git Improve tox to show coverage report on same window with this patch coverage report will be shown with the results when tox -e cover will be run Change-Id: Ic975e65f1b3abadd90075e7f040c605e3740990f --- diff --git a/tox.ini b/tox.ini index befc62f97..00fa0dcc9 100644 --- a/tox.ini +++ b/tox.ini @@ -127,6 +127,7 @@ whitelist_externals = {[testenv:pep8]whitelist_externals} basepython = python2.7 commands = python setup.py testr --coverage --testr-args='{posargs}' + coverage report [testenv:cover-constraints] basepython = {[testenv:cover]basepython}