summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/tox.ini
diff options
context:
space:
mode:
author10013968 <zhang.jun3g@zte.com.cn>2016-07-19 22:44:21 +0800
committer10013968 <zhang.jun3g@zte.com.cn>2016-07-19 22:44:21 +0800
commit824770342963cd51b46cb6e9748d5d2afbef34a9 (patch)
tree8c5d70a8e3821de8dd0c835ce90d59145efb56fe /tosca2heat/heat-translator/tox.ini
parent65b5dd5244b35f939c6b47d9acd4d17196ea3ddb (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>
Diffstat (limited to 'tosca2heat/heat-translator/tox.ini')
-rw-r--r--tosca2heat/heat-translator/tox.ini2
1 files changed, 1 insertions, 1 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]