Rename pep8 to linters

Rename pep8 tox environment to linters to make it clear that other lint
like environments can be added here.

Change-Id: I85c7c9bf0c4328243b5fd1dbe6163d6a784e5353
Depends-On: I4219fdf75d7c82d957c7a01df13e6a96aaa653fd
This commit is contained in:
Andreas Jaeger 2016-01-19 09:33:08 +01:00
parent 0e03c7b64e
commit 59796fdbb1

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pep8
envlist = py26,py27,linters
[testenv]
setenv = VIRTUAL_ENV={envdir}
@ -19,7 +19,7 @@ whitelist_externals = *
[testenv:venv]
commands = {posargs}
[testenv:pep8]
[testenv:linters]
commands = flake8
distribute = false