From: Ben Nemec Date: Tue, 15 Dec 2015 22:35:53 +0000 (-0600) Subject: Rename validate tox env to linters X-Git-Tag: opnfv-6.0.0~2217^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=e97fdbe639403032f8e4b667ca19086ec395377e;p=apex-tripleo-heat-templates.git 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 --- diff --git a/tox.ini b/tox.ini index bc14bda1..974971f6 100644 --- a/tox.ini +++ b/tox.ini @@ -10,5 +10,5 @@ deps = -r{toxinidir}/requirements.txt [testenv:venv] commands = {posargs} -[testenv:validate] -commands = python ./tools/yaml-validate.py . \ No newline at end of file +[testenv:linters] +commands = python ./tools/yaml-validate.py .