install ipaddr for python2, appendum to #32

pull/38/head
Martin Zimmermann 11 years ago
parent 80aaf15128
commit 29170ac258

@ -11,7 +11,7 @@ if (3, 0) <= sys.version_info < (3, 3):
raise SystemExit("Python 3.0, 3.1 and 3.2 are not supported") raise SystemExit("Python 3.0, 3.1 and 3.2 are not supported")
if sys.version_info < (3, 0): if sys.version_info < (3, 0):
requires += ['ipaddress', 'configparser', 'werkzeug>=0.8'] requires += ['ipaddr>=2.1', 'configparser', 'werkzeug>=0.8']
else: else:
requires += ['werkzeug>=0.9'] requires += ['werkzeug>=0.9']

@ -19,7 +19,6 @@ deps =
[testenv] [testenv]
deps = deps =
nose nose
ipaddress
doctest-ignore-unicode doctest-ignore-unicode
commands= commands=
nosetests --with-doctest --with-doctest-ignore-unicode isso/ nosetests --with-doctest --with-doctest-ignore-unicode isso/

Loading…
Cancel
Save