diff options
| author | Monty Taylor <mordred@inaugust.com> | 2012-05-05 13:51:32 -0700 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2012-05-07 14:07:18 -0700 |
| commit | b279d8a547628aab8ad98468571c04e2ecd45a56 (patch) | |
| tree | 56f3d309a4f940e98b76d3dd0446949ef4119204 | |
| parent | eb9e54c1129080ad0f5b569b39dfa09c539f2f11 (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.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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] |
