From a165ea7fffd09650c3b5bff58b205e9463102ce1 Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Sun, 19 Mar 2017 13:52:56 +0800 Subject: [PATCH] fix the command of test cover Change-Id: If0c87558913cfca41c0557f525dd6b2bb81bdd7f Signed-off-by: dongwenjuan --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ba0a5c221..59348eb4a 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ commands = {posargs} [testenv:cover] commands = - python setup.py test --coverage --testr-args='{posargs}' + python setup.py testr --coverage --testr-args='{posargs}' coverage report [testenv:docs]