jenkins.sh: install mock for tests

This commit is contained in:
Serghei Mihai 2016-02-11 16:14:39 +01:00
parent a31720575d
commit a3f1ff3960
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ pip install --upgrade pytest pytest-django pytest-cov WebTest
pip install --upgrade 'django>=1.7, <1.8'
pip install --no-deps --upgrade 'git+http://repos.entrouvert.org/cmsplugin-blurp.git/#egg=django-cmsplugin-blurp' # use blurp from git/master for now
pip install --upgrade XStatic-ChartNew.js
pip install --upgrade mock
WCSCTL=$(pwd)/wcs/wcsctl.py \
DJANGO_SETTINGS_MODULE=combo.settings \