summaryrefslogtreecommitdiffstats
path: root/testapi/tox.ini
diff options
context:
space:
mode:
authorMatthewLi <lijun_1203@126.com>2017-07-14 00:30:50 -0400
committerMatthewLi <lijun_1203@126.com>2017-07-14 02:32:56 -0400
commit6e0054da0279207486e9b8ee8d85adaffe859996 (patch)
tree9e894a03db951f0ad15f9e2ee12667c68bdd0c37 /testapi/tox.ini
parentd6e534598310012cf6e50bb75390497217f677bc (diff)
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 <lijun_1203@126.com>
Diffstat (limited to 'testapi/tox.ini')
-rw-r--r--testapi/tox.ini3
1 files changed, 1 insertions, 2 deletions
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}