tripleo-heat-templates/tox.ini
Dan Prince b56e666dd5 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
2016-11-30 21:14:52 -05:00

20 lines
360 B
INI

[tox]
minversion = 1.6
skipsdist = True
[testenv]
usedevelop = True
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:venv]
commands = {posargs}
[testenv:pep8]
commands =
python ./tools/process-templates.py
python ./tools/yaml-validate.py .
[testenv:templates]
commands = python ./tools/process-templates.py