X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=969f21d443d2e37cc673925987ae0d3f6d50a5b3;hb=e02c3c296219a774b5c8710a643144c903bbb0b4;hp=bc14bda1856debeb9dde6b178b8438f46b57b05e;hpb=d65027bd4a676e046157ba2729866166b9d6a584;p=apex-tripleo-heat-templates.git diff --git a/tox.ini b/tox.ini index bc14bda1..969f21d4 100644 --- a/tox.ini +++ b/tox.ini @@ -10,5 +10,13 @@ deps = -r{toxinidir}/requirements.txt [testenv:venv] commands = {posargs} -[testenv:validate] -commands = python ./tools/yaml-validate.py . \ No newline at end of file +[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