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