Merge pull request #119 from kuba/bugs/97

Pin pylint<1.4
This commit is contained in:
James Kasten 2014-12-09 13:50:59 -08:00
commit 44131f9b01

View file

@ -21,7 +21,7 @@ testing_extras = [
'coverage',
'nose',
'nosexcover',
'pylint',
'pylint<1.4', # py2.6 compat, c.f #97
'tox',
]