jenkins: install django-mellon deps but keep django<1.9

This commit is contained in:
Frédéric Péters 2016-07-22 14:36:59 +02:00
parent d939222423
commit 1c00c3963c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ pip install --upgrade 'pip<8'
pip install --upgrade pylint pylint-django
pip install --upgrade pytest pytest-django pytest-cov WebTest django-webtest
pip install --upgrade -r requirements.txt
pip install --upgrade django-mellon --no-deps
pip install --upgrade django-mellon 'django<1.9'
PYTHONPATH=$(pwd):$PYTHONPATH DJANGO_SETTINGS_MODULE=chrono.settings CHRONO_SETTINGS_FILE=tests/settings.py \
py.test --junitxml=test_results.xml --cov-report xml --cov=chrono/ --cov-config .coveragerc tests/