diff options
author | 10013968 <zhang.jun3g@zte.com.cn> | 2016-07-19 22:44:21 +0800 |
---|---|---|
committer | 10013968 <zhang.jun3g@zte.com.cn> | 2016-07-19 22:44:21 +0800 |
commit | 824770342963cd51b46cb6e9748d5d2afbef34a9 (patch) | |
tree | 8c5d70a8e3821de8dd0c835ce90d59145efb56fe | |
parent | 65b5dd5244b35f939c6b47d9acd4d17196ea3ddb (diff) |
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 <zhang.jun3g@zte.com.cn>
-rw-r--r-- | tosca2heat/heat-translator/tox.ini | 2 | ||||
-rw-r--r-- | 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] |