Projet

Général

Profil

« Précédent | Suivant » 

Révision 053e0e1e

Ajouté par Frédéric Péters il y a presque 8 ans

jenkins: install dependencies before running pylint (#12593)

Voir les différences:

jenkins.sh
8 8
pip install --upgrade tox
9 9
pip install --upgrade pylint pylint-django
10 10
tox -r
11
python setup.py develop
11 12
test -f pylint.out && cp pylint.out pylint.out.prev
12 13
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc corbo/ | tee pylint.out) || /bin/true
13 14
test -f pylint.out.prev && (diff pylint.out.prev pylint.out | grep '^[><]' | grep .py) || /bin/true

Formats disponibles : Unified diff