Disable py34 in tox temporary 43/17143/1
author10013968 <zhang.jun3g@zte.com.cn>
Tue, 19 Jul 2016 14:44:21 +0000 (22:44 +0800)
committer10013968 <zhang.jun3g@zte.com.cn>
Tue, 19 Jul 2016 14:44:21 +0000 (22:44 +0800)
Before the CI environment can perform python 3.4 test, temporary
disable tox py34 in tox.ini. Currently all the submits are blocked for
this.

Change-Id: Ic73cab212eb68e35a5855d3229b8cfe801f92817
Signed-off-by: 10013968 <zhang.jun3g@zte.com.cn>
tosca2heat/heat-translator/tox.ini
tosca2heat/tosca-parser/tox.ini

index 11c9c97..9ee67a0 100644 (file)
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = py34,py27,pep8
+envlist = py27,pep8
 skipsdist = True
 
 [testenv]
index d646b6e..5a3eae8 100644 (file)
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = py34,py27,pep8
+envlist = py27,pep8
 skipsdist = True
 
 [testenv]