diff options
author | Ben Nemec <bnemec@redhat.com> | 2015-12-15 16:35:53 -0600 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2016-01-20 15:33:23 -0600 |
commit | e97fdbe639403032f8e4b667ca19086ec395377e (patch) | |
tree | 836135e675b8e31d4784c3caa5088964a9568f9b | |
parent | bce5f65f2e036f6ef5232fdfc8025d7f864faa56 (diff) |
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
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 . |