From 8826f3afd9dc978d84eca691ae9d2ef262881e64 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 17 Jul 2017 16:54:29 -0400 Subject: [PATCH] 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 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5c8a2282c..ed7e6dd19 100644 --- a/tox.ini +++ b/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