From 824770342963cd51b46cb6e9748d5d2afbef34a9 Mon Sep 17 00:00:00 2001 From: 10013968 Date: Tue, 19 Jul 2016 22:44:21 +0800 Subject: Disable py34 in tox temporary 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 --- tosca2heat/heat-translator/tox.ini | 2 +- tosca2heat/tosca-parser/tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tosca2heat/heat-translator/tox.ini b/tosca2heat/heat-translator/tox.ini index 11c9c97..9ee67a0 100644 --- a/tosca2heat/heat-translator/tox.ini +++ b/tosca2heat/heat-translator/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pep8 +envlist = py27,pep8 skipsdist = True [testenv] diff --git a/tosca2heat/tosca-parser/tox.ini b/tosca2heat/tosca-parser/tox.ini index d646b6e..5a3eae8 100644 --- a/tosca2heat/tosca-parser/tox.ini +++ b/tosca2heat/tosca-parser/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pep8 +envlist = py27,pep8 skipsdist = True [testenv] -- cgit 1.2.3-korg