X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=c8a912b82e1d0dbe19911a169eba6e65c2e2b1fc;hb=08bc584cd600626bec5e1aeef0ddf91a49d1eb9c;hp=974971f6ec527788fa484bd643ddbcbaf78f4c43;hpb=77b013b83957764ff081b984d72a28fac72ef585;p=apex-tripleo-heat-templates.git diff --git a/tox.ini b/tox.ini index 974971f6..c8a912b8 100644 --- a/tox.ini +++ b/tox.ini @@ -10,5 +10,10 @@ deps = -r{toxinidir}/requirements.txt [testenv:venv] commands = {posargs} -[testenv:linters] -commands = python ./tools/yaml-validate.py . +[testenv:pep8] +commands = + python ./tools/process-templates.py + python ./tools/yaml-validate.py . + +[testenv:templates] +commands = python ./tools/process-templates.py