summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 07:19:51 +0300
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 07:19:51 +0300
commitb886df11c51ff9884975387436383b60101cf178 (patch)
tree0db63fe89e26fff6c2ae8bb5f4f98d121676cbdf /testing
parent4bd8965206e09e987451e6d45edc0cd9f0d753d2 (diff)
downloadscons-b886df11c51ff9884975387436383b60101cf178.tar.gz
buildbot: Keep virtualenv isolated from system packages
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot.yml b/testing/buildbot.yml
index 9c85e716..c5bc3daf 100644
--- a/testing/buildbot.yml
+++ b/testing/buildbot.yml
@@ -37,5 +37,5 @@
# --- setup virtualenv for buildbot ---
- name: setup buildbot-virtualenv
- command: /usr/bin/virtualenv {{ venv }}
+ command: /usr/bin/virtualenv --no-site-packages {{ venv }}
creates={{ venv }}/bin