Minor travis.yml changes to use more secure python/pip

This commit is contained in:
mitchelljfs 2018-07-22 14:28:12 -07:00
parent de53405d0b
commit 9c1211e61c
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ before_install:
install:
- "npm install"
- "pip install pip --upgrade --user"
- "pyenv global 3.6.3"
- "pip install pip --upgrade"
- "pip install awscli --upgrade --user"
script: