Update pylint and astroid, reduces pylint count by 400

This commit is contained in:
Ned Batchelder
2015-08-03 11:49:54 -04:00
parent 051e838ffb
commit 52acdae60c
2 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ django-cors-headers==0.13
django_debug_toolbar==1.2.2
# Used for testing
astroid==1.3.4
astroid==1.3.8
bok-choy==0.4.3
chrono==1.0.2
coverage==3.7
@@ -142,7 +142,7 @@ nose-ignore-docstring
nosexcover==1.0.7
pep8==1.5.7
PyContracts==1.7.1
pylint==1.4.2
pylint==1.4.4
python-subunit==0.0.16
pyquery==1.2.9
radon==1.2

View File

@@ -58,7 +58,7 @@ git clean -qxfd
source scripts/jenkins-common.sh
# Violations thresholds for failing the build
PYLINT_THRESHOLD=6600
PYLINT_THRESHOLD=6200
JSHINT_THRESHOLD=3700
# If the environment variable 'SHARD' is not set, default to 'all'.