From b19ba541deed626f4845f1983b545b2b56f111c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Armesto?= Date: Mon, 27 Mar 2017 22:04:44 +0200 Subject: [PATCH] Install boto --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b2f7cf80c..b147f924b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ addons: install: - pip install ansible - pip install docker-py + - pip install boto - printf '[defaults]\nroles_path=../' >ansible.cfg - ansible-galaxy install -p ../ fiunchinho.wimpy,feature/build_app_with_compose