summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-06-28 17:43:23 -0700
committerJoe Gordon <jogo@cloudscaling.com>2012-06-28 17:43:23 -0700
commit8f2b64511c4234ea03b940eae8b57c81ba249604 (patch)
tree405f6efb3028e3e3afed5793a730d293e1d74983 /tox.ini
parentae2c6f0c93a1c1bdb2dd503978ef912547114f55 (diff)
downloadoslo-8f2b64511c4234ea03b940eae8b57c81ba249604.tar.gz
oslo-8f2b64511c4234ea03b940eae8b57c81ba249604.tar.xz
oslo-8f2b64511c4234ea03b940eae8b57c81ba249604.zip
Enable sitepackages in tox.
This enables support for testing qpid (not available in pip) Change-Id: I36bc0398ed8e8377dfc8af10ae0981e117a3ec20
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
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}