summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 06:35:44 +0300
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 06:35:44 +0300
commit5041428b0937ad3023a9a5703fed3530c54986c6 (patch)
treee2d385c6bb31745b312383af96aae1523365e145 /testing
parentfd74c2043d3920b4ea3adfdd21c18a1189d12bde (diff)
downloadscons-5041428b0937ad3023a9a5703fed3530c54986c6.tar.gz
buildbot.yml: python-virtualenv is needed
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/testing/buildbot.yml b/testing/buildbot.yml
index b912bc87..d64182a0 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 }}