diff options
author | Ben Nemec <bnemec@redhat.com> | 2016-02-11 12:29:36 -0600 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2016-02-11 12:29:36 -0600 |
commit | 63df8f1a019934402e939cf361acb3e373f2854a (patch) | |
tree | f03dbdaddf50777521a8a940b2bce9b361d69b2c | |
parent | b9e421ec6db97782c4b3024203e827812e87ddf3 (diff) |
Rename tox env to pep8
It turns out the linters rename was a bit premature[1]. Use the
current standard pep8 name so we don't need custom jobs in the
gate to run this test on proposed changes.
Change-Id: I5226d4c5e3d4095d76cba24fcf27f87c59730587
1: http://lists.openstack.org/pipermail/openstack-dev/2016-February/086268.html
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,5 +10,5 @@ deps = -r{toxinidir}/requirements.txt [testenv:venv] commands = {posargs} -[testenv:linters] +[testenv:pep8] commands = python ./tools/yaml-validate.py . |