summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tosca2heat/heat-translator/tox.ini')
-rw-r--r--tosca2heat/heat-translator/tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tosca2heat/heat-translator/tox.ini b/tosca2heat/heat-translator/tox.ini
index 868e95a..11c9c97 100644
--- a/tosca2heat/heat-translator/tox.ini
+++ b/tosca2heat/heat-translator/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py34,py27,pypy,pep8
+envlist = py34,py27,pep8
skipsdist = True
[testenv]
@@ -27,6 +27,11 @@ 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.