From e9ed8c86e40cd9851676be76267c481c37461d6e Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sat, 24 Jan 2015 14:27:15 +0000 Subject: [PATCH] Quickfix for #187 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6c49c2f2e..290ba3924 100755 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ testing_extras = [ 'nose', 'nosexcover', 'pylint<1.4', # py2.6 compat, c.f #97 + 'astroid<1.3.0', # py2.6 compat, c.f. #187 'tox', ]