whitelist external ipaddr package in tox configuration

This commit is contained in:
Martin Zimmermann 2014-01-07 15:34:39 +01:00
parent dcd473967b
commit 241b278863

View File

@ -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}