jenkins: use latest pylint, and get pylint-django

This commit is contained in:
Frédéric Péters 2016-03-20 12:53:06 +01:00
parent dea29f02a5
commit 4f68665bcf
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export PIP_USE_WHEEL=no
(pip freeze | grep -q Quixote) || pip install quixote
(pip freeze | grep -q scgi) || pip install scgi
pip install --upgrade 'pip<8'
pip install --upgrade pylint==1.4.0 astroid==1.3.2 # 1.4.1 is buggy
pip install --upgrade pylint pylint-django
pip install --upgrade -r requirements.txt
pip install --upgrade pytest pytest-django pytest-cov WebTest django-webtest
pip install --upgrade 'django>=1.7, <1.8'