jenkins: install pyproj

This commit is contained in:
Frédéric Péters 2019-05-13 11:49:38 +02:00
parent 24da1659ae
commit 3856002cec
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,<1.9' 'gadjo' 'django-ckeditor<4.5.3'
$PIP_BIN install --upgrade 'Django>=1.8,<1.9' 'gadjo' 'django-ckeditor<4.5.3' 'pyproj'
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