whitelist external ipaddr package in tox configuration
This commit is contained in:
parent
dcd473967b
commit
241b278863
2
tox.ini
2
tox.ini
@ -20,3 +20,5 @@ deps =
|
|||||||
doctest-ignore-unicode
|
doctest-ignore-unicode
|
||||||
commands =
|
commands =
|
||||||
nosetests --with-doctest --with-doctest-ignore-unicode isso/ specs/
|
nosetests --with-doctest --with-doctest-ignore-unicode isso/ specs/
|
||||||
|
install_command =
|
||||||
|
pip install --allow-external ipaddr --allow-unverified ipaddr {opts} {packages}
|
||||||
|
Loading…
Reference in New Issue
Block a user