jenkins: pin pylint to 1.4.0

This commit is contained in:
Frédéric Péters 2015-01-17 16:50:55 +01:00
parent 50584085f2
commit d92154d497
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
pip install --upgrade pip pylint django-jux
pip install --upgrade pip pylint==1.4.0 django-jux
pip install --upgrade -r requirements.txt
cp jenkins/local_settings.py.example local_settings.py
./manage.py syncdb --all --noinput