jenkins.sh: test the start.sh script

This commit is contained in:
Benjamin Dauvergne 2014-05-26 23:16:49 +02:00
parent fe4559e01c
commit 1d6b540adb
1 changed files with 1 additions and 8 deletions

View File

@ -1,13 +1,6 @@
#!/bin/bash -e
pip install --upgrade setuptools
pip install --upgrade pip
pip install --upgrade pylint
pip install --upgrade pyOpenSSL ndg-httpsclient requests pyasn1
sed -i 's/^MAX = 64/MAX = 200/' $VIRTUAL_ENV/lib/python*/site-packages/ndg/httpsclient/subj_alt_name.py
pip install --upgrade -r requirements.txt
. ./start.sh norun
./portail-citoyen2 syncdb --migrate --noinput --no-initial-data
./portail-citoyen2 loaddata initial_data
./portail-citoyen2 validate
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc portail_citoyen2/ | tee pylint.out) || /bin/true