From 7dfd141915d7dcec82b7592dc21650493dfc664f Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Fri, 17 Mar 2017 12:02:21 -0400 Subject: [PATCH] set basepython for pylint tox env to python2.7 so that running locally will succeed and the results will match those for the gate pylint job. Partial-Bug: #1673824 Change-Id: I6c45a32ba8e77c35403357b0100379bb536a36b3 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 2563242b0b..9ed3db373c 100644 --- a/tox.ini +++ b/tox.ini @@ -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