From ae3a789cb61b1758e29812a65eb92091c16e9800 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Fri, 13 Jul 2018 10:08:23 +0200 Subject: [PATCH] jenkins: add dependency httmock --- jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins.sh b/jenkins.sh index af7de71..ec93da8 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -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/