Rename pep8 to linters test

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

Change-Id: I5b8ce374b1c4de88dea0a44ee89c6b91690759df
Depends-On: I7cf4766642dc3e7d7652e6d26ab2f14f9fcd7861
This commit is contained in:
Andreas Jaeger 2016-01-20 21:38:29 +01:00
parent f82e39872c
commit de9834dff4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = pep8
envlist = linters
[testenv]
usedevelop = True
@ -9,7 +9,7 @@ deps = -r{toxinidir}/test-requirements.txt
setenv = VIRTUAL_ENV={envdir}
sitepackages = False
[testenv:pep8]
[testenv:linters]
commands =
flake8 openstackdocstheme