Project

General

Profile

« Previous | Next » 

Revision 919fe94c

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

jenkins: pin astroid

View differences:

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

  
3
pip install --upgrade pip pylint==1.4.0 django-jux
3
pip install --upgrade pip pylint==1.4.0 astroid==1.3.2 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