From f9b3edb97dfca77e666964f65d21c62400de0884 Mon Sep 17 00:00:00 2001 From: Manjeet Singh Bhatia Date: Tue, 15 Dec 2015 21:06:24 +0000 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) 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} -- 2.45.2