Projet

Général

Profil

0003-add-jenkins.sh-8789.patch

Benjamin Dauvergne, 29 octobre 2015 11:02

Télécharger (761 octets)

Voir les différences:

Subject: [PATCH 3/4] add jenkins.sh (#8789)

 jenkins.sh | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100755 jenkins.sh
jenkins.sh
1
#!/bin/sh
2

  
3
pip install --upgrade setuptools
4
pip install --upgrade pip
5
pip install --editable .
6
pip install --upgrade pytest pytest-cov pytest-django pytest-mock
7
pip install --upgrade WebTest==2.0.16
8

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