add a jenkins script

This commit is contained in:
Benjamin Dauvergne 2013-09-18 16:31:25 +02:00
parent 66e3d79fcd
commit 3b3334a4cf
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 wcsinst/ | tee pylint.out) || /bin/true