summaryrefslogtreecommitdiffstats
path: root/testing/buildbot.yml
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 03:35:44 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 03:35:44 (GMT)
commitda4468b8f5dbb4e3a3f09c1d757636f6576356ea (patch)
treee2d385c6bb31745b312383af96aae1523365e145 /testing/buildbot.yml
parentc9b8c43646d06d8a0fb3b20d0416cdde615e7109 (diff)
downloadSCons-da4468b8f5dbb4e3a3f09c1d757636f6576356ea.zip
SCons-da4468b8f5dbb4e3a3f09c1d757636f6576356ea.tar.gz
SCons-da4468b8f5dbb4e3a3f09c1d757636f6576356ea.tar.bz2
buildbot.yml: python-virtualenv is needed
Diffstat (limited to 'testing/buildbot.yml')
-rw-r--r--testing/buildbot.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/testing/buildbot.yml b/testing/buildbot.yml
index b912bc8..d64182a 100644
--- a/testing/buildbot.yml
+++ b/testing/buildbot.yml
@@ -15,7 +15,10 @@
tasks:
# --- install requirements ---
- name: ubuntu/debian - make sure mercurial is installed
- apt: pkg=mercurial
+ apt: pkg={{ item }}
+ with_items:
+ - mercurial
+ - python-virtualenv
- name: create .hgrc if necessary
stat: path={{ hgrc }}