Pin pylint and astroid to workaround #289

This commit is contained in:
Garrett Robinson
2015-03-20 14:48:36 -07:00
parent afd7db3a69
commit 2a2e4d2e8d
+3 -1
View File
@@ -40,7 +40,9 @@ install_requires = [
]
dev_extras = [
'pylint>=1.4.0', # upstream #248
# Pin astroid==1.3.5, pylint==1.4.2 as a workaround for #289
'astroid==1.3.5',
'pylint==1.4.2', # upstream #248
]
docs_extras = [