Projet

Général

Profil

0001-jenkins-add-dependency-django-webtest.patch

Christophe Siraut, 13 juillet 2018 09:20

Télécharger (896 octets)

Voir les différences:

Subject: [PATCH] jenkins: add dependency django-webtest

 jenkins.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
jenkins.sh
3 3
pip install --upgrade setuptools
4 4
pip install --upgrade 'pip<8'
5 5
pip install --editable .
6
pip install --upgrade 'pylint<1.8' 'pylint-django<0.9' pytest pytest-cov pytest-django pytest-mock 'django<2'
6
pip install --upgrade 'pylint<1.8' 'pylint-django<0.9' pytest pytest-cov pytest-django pytest-mock 'django<2' django-webtest
7 7
pip install --upgrade WebTest==2.0.16
8 8

  
9 9
DJANGO_SETTINGS_MODULE=welco.settings py.test --junitxml=test_results.xml --cov-report xml --cov=welco/ tests/
10
-