jenkins.sh: restrict pylint to version 1.1.0 which raised less warnings

This commit is contained in:
Benjamin Dauvergne 2014-05-19 11:51:36 +02:00
parent a60505265b
commit 2be7bdf894
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
pip install --upgrade pip
pip install --upgrade pylint
pip install --upgrade pylint==1.1.0
pip install --upgrade -v -r requirements.txt
pip install --upgrade django-authopenid
export SECRET_KEY='coin'