jenkins: install dependencies before running pylint (#12593)

This commit is contained in:
Frédéric Péters 2016-07-15 14:14:22 +02:00
parent 8de8f5f834
commit 053e0e1e1d
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ rm -f test_results.xml
pip install --upgrade tox
pip install --upgrade pylint pylint-django
tox -r
python setup.py develop
test -f pylint.out && cp pylint.out pylint.out.prev
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc corbo/ | tee pylint.out) || /bin/true
test -f pylint.out.prev && (diff pylint.out.prev pylint.out | grep '^[><]' | grep .py) || /bin/true