Upgrade pylint version to 0.26.0

Upgrade pylint to reduce false positives in lintstack.

Change-Id: I10ab7a46c6a70daf9151f03cd9fea3c4851e6ebb
This commit is contained in:
Yun Mao 2012-11-12 10:14:35 -05:00
parent 24e86f40f7
commit add01f874a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ commands =
[testenv:pylint]
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/tools/pip-requires
pylint==0.25.2
pylint==0.26.0
commands = bash tools/lintstack.sh
[testenv:cover]