diff options
author | anatoly techtonik <techtonik@gmail.com> | 2014-03-05 03:35:44 (GMT) |
---|---|---|
committer | anatoly techtonik <techtonik@gmail.com> | 2014-03-05 03:35:44 (GMT) |
commit | da4468b8f5dbb4e3a3f09c1d757636f6576356ea (patch) | |
tree | e2d385c6bb31745b312383af96aae1523365e145 | |
parent | c9b8c43646d06d8a0fb3b20d0416cdde615e7109 (diff) | |
download | SCons-da4468b8f5dbb4e3a3f09c1d757636f6576356ea.zip SCons-da4468b8f5dbb4e3a3f09c1d757636f6576356ea.tar.gz SCons-da4468b8f5dbb4e3a3f09c1d757636f6576356ea.tar.bz2 |
buildbot.yml: python-virtualenv is needed
-rw-r--r-- | testing/buildbot.yml | 5 |
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 }} |