From 1d265e48f66acdad80fa23f48271e1334f833e40 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 14 Jul 2017 17:05:55 -0400 Subject: [PATCH] Rename pep8 to linters for tox Using linters makes more sense, for playbooks / roles. Make the switch. Change-Id: Ib5a4f7409276aa832783f1d217530b5249313611 Signed-off-by: Paul Belanger --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5c8a2282..ed7e6dd1 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