From 8f2b64511c4234ea03b940eae8b57c81ba249604 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 28 Jun 2012 17:43:23 -0700 Subject: Enable sitepackages in tox. This enables support for testing qpid (not available in pip) Change-Id: I36bc0398ed8e8377dfc8af10ae0981e117a3ec20 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 6362da7..db9f3c8 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ setenv = VIRTUAL_ENV={envdir} NOSE_OPENSTACK_YELLOW=0.025 NOSE_OPENSTACK_SHOW_ELAPSED=1 NOSE_OPENSTACK_STDOUT=1 +sitepackages=True deps = -r{toxinidir}/tools/pip-requires -r{toxinidir}/tools/test-requires commands = nosetests {posargs} -- cgit