summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorwenjuan dong <dong.wenjuan@zte.com.cn>2017-07-27 01:29:50 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-27 01:29:50 +0000
commit3e0300e8f9695348aa4564f87a23ac3c0cf737ff (patch)
tree7d052cb88d375f6fb731f7c75d5a54510a272170 /tox.ini
parent6b117129e778b4877b17cf594aec57fb029cb83d (diff)
parentcbb58ee4050a201c0125b0b0b1a7c8f162925849 (diff)
Merge "fix some bugs for python verify jobs:"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 2f74083f..e75a3741 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.3.1
-envlist = verify
+envlist = py34
skipsdist = True
[testenv]
@@ -20,7 +20,6 @@ passenv =
PROFILER_TYPE
PYTHON_ENABLE
CI_DEBUG
-
-[testenv:verify]
changedir = {toxinidir}/tests
commands = python main.py
+