From 003d9f0a159678a5e3e4bceb40ccf0f1840e89c8 Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Fri, 13 Jan 2017 10:46:58 +0800 Subject: [PATCH] Enable coverage report in console output Change-Id: Id8d9f0f9ea7685518e8a90323cd199b5303dd982 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 29e453afe..d620f9c26 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,9 @@ whitelist_externals = bash commands = {posargs} [testenv:cover] -commands = python setup.py testr --coverage --testr-args='{posargs}' +commands = + python setup.py testr --coverage --testr-args='{posargs}' + coverage report [testenv:docs] commands=