From b279d8a547628aab8ad98468571c04e2ecd45a56 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 5 May 2012 13:51:32 -0700 Subject: Allow sitepackages on jenkins. Since our overall environment on the jenkins slaves is controlled, it's safe to allow site-packages. BUT - more importantly, it's the only way to get python-libvirt to be accessed. Change-Id: I1181127a134afdfc1de58d0ab819395bb8995647 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e3438e287..fb50f57b2 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,8 @@ deps = -r{toxinidir}/tools/pip-requires -r{toxinidir}/tools/test-requires commands = /bin/bash run_tests.sh -N -P -[testenv:hudson] +[tox:jenkins] +sitepackages = True downloadcache = ~/cache/pip [testenv:pep8] -- cgit