mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Quickfix for #187
This commit is contained in:
parent
a507293bd8
commit
e9ed8c86e4
1 changed files with 1 additions and 0 deletions
1
setup.py
1
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',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue