Merge "Rename pep8 to linters for tox"

This commit is contained in:
Jenkins 2017-07-18 21:30:46 +00:00 committed by Gerrit Code Review
commit 98533b2426
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