jenkins.sh: fix reference to authentic2

This commit is contained in:
Benjamin Dauvergne 2015-07-16 14:32:42 +02:00
parent b831732b60
commit 581e74f142
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ set -e
pip install --upgrade pip
pip install --upgrade pylint==1.4.0 astroid==1.3.2
pip install --upgrade tox
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc src/authentic2/ | tee pylint.out) || /bin/true
(pylint -f parseable --rcfile /var/lib/jenkins/pylint.django.rc eopayment | tee pylint.out) || /bin/true
tox -r