From 241b278863ed218f440e60c7ee7b4a2e46dfd28b Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Tue, 7 Jan 2014 15:34:39 +0100 Subject: [PATCH] whitelist external ipaddr package in tox configuration --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 316861c..5ba997b 100755 --- a/tox.ini +++ b/tox.ini @@ -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}