Update travis python installation

This commit is contained in:
Mitchell Simon 2019-08-24 19:19:41 -04:00
parent 6ce8404ef8
commit 60a557f918

View file

@ -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"