jenkins: add dependency httmock

This commit is contained in:
Christophe Siraut 2018-07-13 10:08:23 +02:00
parent 5a2c2964d8
commit ae3a789cb6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
pip install --upgrade setuptools
pip install --upgrade 'pip<8'
pip install --editable .
pip install --upgrade 'pylint<1.8' 'pylint-django<0.9' pytest pytest-cov pytest-django pytest-mock 'django<2' django-webtest
pip install --upgrade 'pylint<1.8' 'pylint-django<0.9' pytest pytest-cov pytest-django pytest-mock 'django<2' django-webtest httmock
pip install --upgrade WebTest==2.0.16
DJANGO_SETTINGS_MODULE=welco.settings py.test --junitxml=test_results.xml --cov-report xml --cov=welco/ tests/