Lower PEP8 threshold to 200 violations

This commit is contained in:
stv
2014-11-10 10:59:01 -08:00
parent 5677b143db
commit fe1c7d62dc

View File

@@ -57,7 +57,7 @@ set -e
# Violations thresholds for failing the build
PYLINT_THRESHOLD=4725
PEP8_THRESHOLD=400
PEP8_THRESHOLD=200
source $HOME/jenkins_env