Lower PEP8 threshold to 5 violations

This commit is contained in:
stv
2014-11-25 13:00:19 -05:00
parent 29d3e69401
commit ab441dbca1

View File

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