tripleo-heat-templates/tox.ini
Ben Nemec e97fdbe639 Rename validate tox env to linters
This is the new blessed naming scheme for lint-type jobs such as
pep8 or the yaml validation job we have in this project.  Doing
this rename will allow us to use standard infra job templates
to run validation on proposed changes.

Change-Id: I0a4c4372429a08e0babb4d323f2b027f1d95f3d7
2016-01-20 15:33:23 -06:00

15 lines
251 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:linters]
commands = python ./tools/yaml-validate.py .