add jenkins script

This commit is contained in:
Benjamin Dauvergne 2013-06-24 17:23:24 +02:00
parent 2a8a0585a7
commit 9422196aef
1 changed files with 6 additions and 0 deletions

6
jenkins.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
pip install --upgrade pip
pip install --upgrade pylint
pip install --upgrade -v -r requirements.txt
echo Nothing to test for now
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc portail_citoyen/ | tee pylint.out) || /bin/true