Rename pep8 to linters for tox

Using linters makes more sense, for playbooks / roles. Make the
switch.

Change-Id: I9694f95c3c041f9816c83d60680bfde50e1fb858
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-07-17 16:54:29 -04:00
parent 8e812f1eb4
commit 8826f3afd9
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = pep8
envlist = linters
[testenv]
install_command = pip install {opts} {packages}
@ -20,7 +20,7 @@ commands = bindep test
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:pep8]
[testenv:linters]
setenv =
ANSIBLE_CONFIG = {toxinidir}/tests/ansible.cfg
whitelist_externals = bash