From 63315ccecd2d398cbbadd1767fd29be593e7a73a Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Tue, 14 Jan 2014 14:46:46 -0500 Subject: Fixed tox issues with new versino of Pip BUG: https://bugs.launchpad.net/bugs/1268017 Change-Id: Ifce6cc992e49f6824c75d07069b335e208e960d8 Signed-off-by: Luis Pabon Reviewed-on: http://review.gluster.org/6702 --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 51aeddf..a5908cc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,11 @@ [tox] envlist = py26,py27,pep8,functest,ksfunctest +minversion = 1.6 +skipsdist = True [testenv] +usedevelop = True +install_command = pip install --allow-external netifaces --allow-insecure netifaces -U {opts} {packages} whitelist_externals=bash setenv = VIRTUAL_ENV={envdir} NOSE_WITH_OPENSTACK=1 -- cgit