fix some bugs for python verify jobs:
[doctor.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 2f74083..e75a374 100644 (file)
--- 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
+