diff options
Diffstat (limited to 'testing/buildbot.yml')
-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 }} |