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