X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=3796a5464150bf175792afdaa65cc06428c14cbb;hb=3ba520254f8e7e972ad870921327d9a23eaadbde;hp=974971f6ec527788fa484bd643ddbcbaf78f4c43;hpb=a10e41e38b7752b9ea414f62e89c998c0d0702ea;p=apex-tripleo-heat-templates.git diff --git a/tox.ini b/tox.ini index 974971f6..3796a546 100644 --- a/tox.ini +++ b/tox.ini @@ -10,5 +10,14 @@ 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 ./network/endpoints/build_endpoint_map.py --check + python ./tools/yaml-validate.py . + +[testenv:templates] +commands = python ./tools/process-templates.py + +[testenv:releasenotes] +commands = bash -c tools/releasenotes_tox.sh