Test use toxΒΆ
- run tox in tosca-parser sub project
# change directory to tosca-parser
cd parser/tosca2heat/tosca-parser
# run with pep8
tox -epep8
# run unit test
tox -epy27
or
# change directory to tosca-parser
cd parser/tosca2heat/tosca-parser
# run tox
tox
- run tox in heat-translator sub project
# change directory to heat-translator
cd parser/tosca2heat/heat-translator
# run with pep8
tox -epep8
# run unit test
tox -epy27
tox -epy34
or
# change directory to heat-translator
cd parser/tosca2heat/heat-translator
# run tox
tox