From f4cca6fd48d8364f6746ef6aacd44fbf93fb73c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 8 Mar 2018 23:50:16 +0100 Subject: [PATCH] jenkins: limit to django<2 --- jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins.sh b/jenkins.sh index 4b49f2e..0765ba1 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 pytest pytest-cov pytest-django pytest-mock +pip install --upgrade 'pylint<1.8' pylint-django pytest pytest-cov pytest-django pytest-mock 'django<2' pip install --upgrade WebTest==2.0.16 DJANGO_SETTINGS_MODULE=welco.settings py.test --junitxml=test_results.xml --cov-report xml --cov=welco/ tests/