diff --git a/setup.py b/setup.py index a2a13fecf..941f42247 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ testing_extras = [ 'coverage', 'nose', 'nosexcover', - 'pylint', + 'pylint<1.4', # py2.6 compat, c.f #97 'tox', ]