summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/buildbot.yml b/testing/buildbot.yml
index c5bc3daf..d68cc59d 100644
--- a/testing/buildbot.yml
+++ b/testing/buildbot.yml
@@ -35,7 +35,6 @@
section=extensions option=hgext.purge
value=
- # --- setup virtualenv for buildbot ---
- - name: setup buildbot-virtualenv
- command: /usr/bin/virtualenv --no-site-packages {{ venv }}
- creates={{ venv }}/bin
+ # --- install buildbot ---
+ - name: install buildbot-slave in virtualenv
+ pip: name=buildbot-slave virtualenv={{ venv }}