Rename pep8 to linters test

The pep8 tests does more than calling pep8, rename it to use the new
linters standard job for all lint like jobs.

Change-Id: I027795072ce6fef13026099c3834a0d33ca7f7f7
Depends-On: I7cf4766642dc3e7d7652e6d26ab2f14f9fcd7861
This commit is contained in:
Andreas Jaeger 2016-01-20 21:37:01 +01:00
parent b4f4013423
commit 49e3299077
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 1.6 minversion = 1.6
envlist = py34,py27,pep8 envlist = py34,py27,linters
skipsdist = True skipsdist = True
[testenv] [testenv]
@ -10,7 +10,7 @@ setenv =
VIRTUAL_ENV={envdir} VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt
[testenv:pep8] [testenv:linters]
commands = commands =
flake8 flake8
# Run doc8 to check .rst and .txt files. # Run doc8 to check .rst and .txt files.