whitelist external ipaddr package in tox configuration

pull/50/merge
Martin Zimmermann 11 years ago
parent dcd473967b
commit 241b278863

@ -18,5 +18,7 @@ deps =
deps =
nose
doctest-ignore-unicode
commands=
commands =
nosetests --with-doctest --with-doctest-ignore-unicode isso/ specs/
install_command =
pip install --allow-external ipaddr --allow-unverified ipaddr {opts} {packages}

Loading…
Cancel
Save