summaryrefslogtreecommitdiff
path: root/testing/buildbot.yml
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
commit72b6c82bb4cb2efeb2dd51023c365e0f6a3037a4 (patch)
tree0db63fe89e26fff6c2ae8bb5f4f98d121676cbdf /testing/buildbot.yml
parent01020250a853d6922066f09b48b616041824df94 (diff)
downloadscons-git-72b6c82bb4cb2efeb2dd51023c365e0f6a3037a4.tar.gz
buildbot: Keep virtualenv isolated from system packages
Diffstat (limited to 'testing/buildbot.yml')
-rw-r--r--testing/buildbot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot.yml b/testing/buildbot.yml
index 9c85e716d..c5bc3dafc 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