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
This commit is contained in:
Monty Taylor 2012-05-05 13:51:32 -07:00
parent eb9e54c112
commit b279d8a547
1 changed files with 2 additions and 1 deletions

View File

@ -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]