X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=969f21d443d2e37cc673925987ae0d3f6d50a5b3;hb=73991e39b39c1809d1b80a458f3e65256bb64a9e;hp=974971f6ec527788fa484bd643ddbcbaf78f4c43;hpb=e97fdbe639403032f8e4b667ca19086ec395377e;p=apex-tripleo-heat-templates.git diff --git a/tox.ini b/tox.ini index 974971f6..969f21d4 100644 --- a/tox.ini +++ b/tox.ini @@ -10,5 +10,13 @@ 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 + +[testenv:releasenotes] +commands = bash -c tools/releasenotes_tox.sh