summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-05-05 13:51:32 -0700
committerMonty Taylor <mordred@inaugust.com>2012-05-07 14:07:18 -0700
commitb279d8a547628aab8ad98468571c04e2ecd45a56 (patch)
tree56f3d309a4f940e98b76d3dd0446949ef4119204
parenteb9e54c1129080ad0f5b569b39dfa09c539f2f11 (diff)
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
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
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]