root / jenkins.sh @ b9613248
1 |
#!/bin/bash -e
|
---|---|
2 |
pip install --upgrade pip |
3 |
pip install --upgrade pylint |
4 |
pip install --upgrade -v -r requirements.txt |
5 |
echo Nothing to test for now |
6 |
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc wcsinst/ | tee pylint.out) || /bin/true |