Fix StatefulEntityType when entitytype is not define
[parser.git] / tosca2heat / tosca-parser / tox.ini
index 9e5f365..3603a18 100644 (file)
@@ -1,6 +1,6 @@
 [tox]
-minversion = 1.6
-envlist = py34,py27,pypy,pep8
+minversion = 2.0
+envlist = py27,pep8
 skipsdist = True
 
 [testenv]
@@ -10,7 +10,7 @@ setenv =
    VIRTUAL_ENV={envdir}
 deps = -r{toxinidir}/requirements.txt
        -r{toxinidir}/test-requirements.txt
-commands = python setup.py test --slowest --testr-args='{posargs}'
+commands = python setup.py testr --slowest --testr-args='{posargs}'
 
 [testenv:pep8]
 commands = flake8
@@ -19,7 +19,7 @@ commands = flake8
 commands = {posargs}
 
 [testenv:cover]
-commands = python setup.py test --coverage --coverage-package-name=toscaparser --testr-args='{posargs}'
+commands = python setup.py testr --coverage --coverage-package-name=toscaparser --testr-args='{posargs}'
 
 [testenv:docs]
 commands = python setup.py build_sphinx
@@ -28,9 +28,6 @@ commands = python setup.py build_sphinx
 commands = oslo_debug_helper -t toscaparser/tests {posargs}
 
 [flake8]
-# H803 skipped on purpose per list discussion.
-# E123, E125 skipped as they are invalid PEP-8.
-
 show-source = True
 ignore = E123,E125,H803
 builtins = _