summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-11-26 10:02:06 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-26 10:02:06 +0000
commitd20fd06e9eba62efc3c9caf1a5ec6cb550c0e0c1 (patch)
treeaa35503e115dabdac313ce5d3006d42f6b182386 /tox.ini
parent1c8ef62b9e7fa2ec55af34d06f5898c465b85bcf (diff)
parent8356024faa0840408bc2265ac37ed1b566aef59e (diff)
Merge "Fix test failing"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 19a2a11e..d3564a27 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py27
+envlist = py27,pep8
skipsdist = True
[testenv]
@@ -15,7 +15,7 @@ deps =
-r{toxinidir}/test-requirements.txt
commands=
py.test \
- --basetemp={envtmpdir} \
+ --basetemp={envtmpdir} \
{posargs}
setenv=
HOME = {envtmpdir}
@@ -32,4 +32,4 @@ commands = flake8 {toxinidir}
show-source = True
ignore = E123,E125,H803,E501
builtins = _
-exclude=.venv,.git,.tox,dist,doc,build
+exclude = build,dist,doc,.eggs,.git,.tox,.venv