From 60a557f918722cdec91e31a57413c633b38d913a Mon Sep 17 00:00:00 2001 From: Mitchell Simon Date: Sat, 24 Aug 2019 19:19:41 -0400 Subject: [PATCH] Update travis python installation --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7d0930b..2c02a56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ before_install: install: - "npm install" + - "pyenv install 3.6.3" - "pyenv global 3.6.3" - "pip install pip --upgrade" - "pip install awscli --upgrade --user"