diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-07-15 07:07:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-15 07:07:09 +0000 |
commit | df95c18b6a3424fa275975bb5a2d03334c807621 (patch) | |
tree | 1b70014fe19a93b804996e2a65679cf077fb524f /jjb/parser/parser.yml | |
parent | 82655b7d380504d0820df0079a93374c004365a0 (diff) | |
parent | 326e78c5710f7428a3b041df9ad996b1f68235a1 (diff) |
Merge "Enable parser tox unit test in python2.7 and python3.4 environment"
Diffstat (limited to 'jjb/parser/parser.yml')
-rw-r--r-- | jjb/parser/parser.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/jjb/parser/parser.yml b/jjb/parser/parser.yml index b8a40cc93..8c7283802 100644 --- a/jjb/parser/parser.yml +++ b/jjb/parser/parser.yml @@ -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 |