Merge "Create linters test target"

This commit is contained in:
Jenkins 2015-12-28 17:25:51 +00:00 committed by Gerrit Code Review
commit 50bc7961b2

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = pep8
envlist = linters
skipsdist = True
[testenv]
@ -8,6 +8,11 @@ usedevelop = True
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
[testenv:linters]
commands =
flake8
{toxinidir}/tools/run-bashate.sh
[testenv:pep8]
commands = flake8