summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorLuis Pabon <lpabon@redhat.com>2014-01-14 14:46:46 -0500
committerLuis Pabon <lpabon@redhat.com>2014-01-15 11:27:57 -0800
commit63315ccecd2d398cbbadd1767fd29be593e7a73a (patch)
treee99eeb9b3ff08d4e99b9f9d4ce9e25161aa5dab2 /tox.ini
parent569f8e613efc7e5cd1ecfa30405c466e4b34c02e (diff)
Fixed tox issues with new versino of Pip
BUG: https://bugs.launchpad.net/bugs/1268017 Change-Id: Ifce6cc992e49f6824c75d07069b335e208e960d8 Signed-off-by: Luis Pabon <lpabon@redhat.com> Reviewed-on: http://review.gluster.org/6702
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
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