From 6e0054da0279207486e9b8ee8d85adaffe859996 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Fri, 14 Jul 2017 00:30:50 -0400 Subject: testapi: bugfix of tox error log https://gerrit.opnfv.org/gerrit/#/c/37053/ https://build.opnfv.org/ci/job/testapi-verify-master/220/console Change-Id: Id278edad06c2852c662392d75fd3cf4041b03451 Signed-off-by: MatthewLi --- testapi/tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testapi/tox.ini') diff --git a/testapi/tox.ini b/testapi/tox.ini index 81c9dfa..65f5fb6 100644 --- a/testapi/tox.ini +++ b/testapi/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27,pep8 +envlist = pep8,py27 skipsdist = True sitepackages = True @@ -17,7 +17,6 @@ deps = commands= py.test \ --basetemp={envtmpdir} \ - --cov \ {posargs} setenv= HOME = {envtmpdir} -- cgit 1.2.3-korg