Merge "Upgrade pylint version to 0.26.0"

This commit is contained in:
Jenkins 2012-11-13 07:34:54 +00:00 committed by Gerrit Code Review
commit f282a2c31f

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]