From: Ben Nemec Date: Thu, 11 Feb 2016 18:29:36 +0000 (-0600) Subject: Rename tox env to pep8 X-Git-Tag: opnfv-6.0.0~2167^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=63df8f1a019934402e939cf361acb3e373f2854a;p=apex-tripleo-heat-templates.git 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 --- diff --git a/tox.ini b/tox.ini index 974971f6..5d09e0a4 100644 --- a/tox.ini +++ b/tox.ini @@ -10,5 +10,5 @@ deps = -r{toxinidir}/requirements.txt [testenv:venv] commands = {posargs} -[testenv:linters] +[testenv:pep8] commands = python ./tools/yaml-validate.py .