Lower PEP8 threshold to 10 violations

This commit is contained in:
stv
2014-11-25 10:56:36 -05:00
parent 988144f0b4
commit ab4de714fb

View File

@@ -57,7 +57,7 @@ set -e
# Violations thresholds for failing the build
PYLINT_THRESHOLD=4600
PEP8_THRESHOLD=15
PEP8_THRESHOLD=10
source $HOME/jenkins_env