jenkins: don't install django-mellon deps, to avoid django being upgraded

This commit is contained in:
Frédéric Péters 2016-07-22 14:34:27 +02:00
parent dddbfc69cd
commit d939222423
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
pip install --upgrade django-mellon --no-deps
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/