jenkins: install latest pylint

This commit is contained in:
Frédéric Péters 2016-08-23 08:00:52 +02:00
parent 6489b09019
commit 5362339bbb
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e
pip install --upgrade pip
pip install --upgrade pylint==1.4.0 astroid==1.3.2
pip install --upgrade pylint pylint-django
pip install --upgrade tox
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc eopayment | tee pylint.out) || /bin/true
tox -r