From e107b9259a85848b2b813d6e79eb84a88d3cfec6 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Tue, 9 Dec 2014 19:41:56 +0100 Subject: [PATCH] Pin pylint<1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ]