Project

General

Profile

« Previous | Next » 

Revision d92154d4

Added by Frédéric Péters over 9 years ago

jenkins: pin pylint to 1.4.0

View differences:

jenkins/jenkins.sh
1 1
#!/bin/sh
2 2

  
3
pip install --upgrade pip pylint django-jux
3
pip install --upgrade pip pylint==1.4.0 django-jux
4 4
pip install --upgrade -r requirements.txt
5 5
cp jenkins/local_settings.py.example local_settings.py
6 6
./manage.py syncdb --all --noinput

Also available in: Unified diff