From d00ddbe200570a66b24b347aeae63636656ebc92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 9 Mar 2018 08:55:08 +0100 Subject: [PATCH] jenkins: limit pylint-django version --- jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins.sh b/jenkins.sh index 0765ba1..522710a 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 'django<2' +pip install --upgrade 'pylint<1.8' 'pylint-django<0.9' 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/