At least install tox and pylnt

This commit is contained in:
Benjamin Dauvergne 2015-02-16 01:34:05 +01:00
parent 358a8e7a7e
commit d6156bcf87
1 changed files with 3 additions and 0 deletions

View File

@ -2,5 +2,8 @@
set -e
pip install --upgrade pip
pip install --upgrade pylint==1.1.0
pip install --upgrade tox
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc authentic2/ | tee pylint.out) || /bin/true
tox