Quickfix for #187

This commit is contained in:
Jakub Warmuz 2015-01-24 14:27:15 +00:00
parent a507293bd8
commit e9ed8c86e4
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -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',
]