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:
parent
8e812f1eb4
commit
8826f3afd9
4
tox.ini
4
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user