From 546d03c3aa1c14088e28ef771bc7d4c759c777c5 Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Fri, 13 Jan 2017 10:51:12 +0800 Subject: [PATCH] Enable coverage report in console output Change-Id: I861dbe49eb888e9c51a0c649dffde4479f19ee67 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ca49824..79e89ab 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,9 @@ commands = flake8 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 = python setup.py build_sphinx