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