jenkins.sh: do not ignore errors

This commit is contained in:
Benjamin Dauvergne 2013-11-20 08:50:51 +01:00
parent 0e10b59fd6
commit b6f537c7db
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash -e
pip install --upgrade pip
pip install --upgrade pylint
pip install --upgrade -v -r requirements.txt