summaryrefslogtreecommitdiffstats
path: root/utils/test/testapi/tox.ini
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2017-07-14 09:20:39 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-14 09:20:39 +0000
commitf05755626655aa5532650823f869b513d4b5cd45 (patch)
treeb50aa5636af81f566d387954655be2741a4fc358 /utils/test/testapi/tox.ini
parent57acae96d4f574d3ba4a3f2d49faa972d13666d2 (diff)
parent6fefa7cd6b8631aea64ef7617c759bd89d39b282 (diff)
Merge "testapi: bugfix of tox"
Diffstat (limited to 'utils/test/testapi/tox.ini')
-rw-r--r--utils/test/testapi/tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/test/testapi/tox.ini b/utils/test/testapi/tox.ini
index 81c9dfab1..65f5fb68d 100644
--- a/utils/test/testapi/tox.ini
+++ b/utils/test/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}