From: Dan Prince Date: Mon, 7 Nov 2016 12:59:03 +0000 (-0500) Subject: Make pep8 task run template generation X-Git-Tag: opnfv-6.0.0~1352^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b56e666dd5a60871ac8112dfaabe313761929d0c;p=apex-tripleo-heat-templates.git Make pep8 task run template generation This patch updates the pep8 task (which is executed in CI) so that it generates templates locally. This will give us extra CI coverage to ensure our generated templates produce valid YAML. Change-Id: I2287802d44c0ebe404d3fce30f04efcc3c6ab27f --- diff --git a/tox.ini b/tox.ini index 21e9f406..c8a912b8 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,9 @@ deps = -r{toxinidir}/requirements.txt commands = {posargs} [testenv:pep8] -commands = python ./tools/yaml-validate.py . +commands = + python ./tools/process-templates.py + python ./tools/yaml-validate.py . [testenv:templates] -commands = python ./tools/process-templates.py . +commands = python ./tools/process-templates.py