jenkins.sh: always use last release of Django 1.8.x (#29881)

This commit is contained in:
Thomas NOËL 2019-01-18 12:32:36 +01:00
parent 389b51a16b
commit e9d144d2c4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ _EOF_
$PIP_BIN install --upgrade setuptools
$PIP_BIN install --upgrade 'pytest<4.1' WebTest mock pytest-cov pyquery pytest-django
$PIP_BIN install --upgrade 'pylint<1.8' # 1.8 broken (cf build #3023)
$PIP_BIN install --upgrade 'Django==1.8' 'gadjo' 'django-ckeditor<4.5.3'
$PIP_BIN install --upgrade 'Django>=1.8,<1.9' 'gadjo' 'django-ckeditor<4.5.3'
LC_ALL=C LC_TIME=C LANG=C PYTHONPATH=$(pwd):$PYTHONPATH venv/bin/py.test --junitxml=test_results.xml --cov-report xml --cov-report html --cov=wcs/ --cov-config .coveragerc -v tests/
test -f pylint.out && cp pylint.out pylint.out.prev