Lower PEP8 threshold to 15 violations

This commit is contained in:
stv
2014-11-11 10:32:39 -08:00
parent 6823cb6306
commit 5e1c5df320

View File

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