Merge "set basepython for pylint tox env"

This commit is contained in:
Jenkins 2017-03-20 20:26:22 +00:00 committed by Gerrit Code Review
commit 13069a7de3

View File

@ -77,12 +77,14 @@ commands =
{toxinidir}/tools/fast8.sh
[testenv:pylint]
basepython = python2.7
deps = -r{toxinidir}/requirements.txt
pylint==0.26.0
whitelist_externals = bash
commands = bash tools/lintstack.sh
[testenv:lint]
basepython = python2.7
deps = -r{toxinidir}/requirements.txt
pylint==0.26.0
commands = python tools/lintstack.py check