jenkins: install django-mellon

This commit is contained in:
Frédéric Péters 2016-07-22 14:32:55 +02:00
parent 20d352b6e6
commit dddbfc69cd
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +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
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/