Replace the hot template versoion of 2013-05-23 with 2014-10-16
[parser.git] / tosca2heat / heat-translator / tox.ini
index 11c9c97..be57d3e 100644 (file)
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = py34,py27,pep8
+envlist = py27,pep8
 skipsdist = True
 
 [testenv]
@@ -27,11 +27,6 @@ commands = python setup.py build_sphinx
 [testenv:debug]
 commands = oslo_debug_helper -t translator/tests {posargs}
 
-[testenv:py27-tosca-parser-master]
-commands =
-    ./run_py27-tosca-parser-master.sh
-    python setup.py test --slowest --testr-args='{posargs}'
-
 [flake8]
 # H803 skipped on purpose per list discussion.
 # E123, E125 skipped as they are invalid PEP-8.