Enable parser tox unit test in python2.7 and python3.4 environment
[releng.git] / jjb / parser / parser.yml
index b8a40cc..8c72838 100644 (file)
@@ -64,7 +64,8 @@
             set -o xtrace
             export PATH=$PATH:/usr/local/bin/
 
-            # pep8 check parser/tosca2heat/tosca-parser
-            echo "Running tox -e pep8 on tosca2heat ..."
-            cd $WORKSPACE/tosca2heat/tosca-parser && tox -e pep8
-            cd $WORKSPACE/tosca2heat/heat-translator && tox -e pep8
+            # ut and pep8 check parser/tosca2heat
+            echo "Running tox on tosca2heat/tosca-parser ..."
+            cd $WORKSPACE/tosca2heat/tosca-parser && tox
+            echo "Running tox on tosca2heat/heat-translator ..."
+            cd $WORKSPACE/tosca2heat/heat-translator && tox