From 9c1211e61ca002ddd0381f5104327fa6f9081ab9 Mon Sep 17 00:00:00 2001 From: mitchelljfs Date: Sun, 22 Jul 2018 14:28:12 -0700 Subject: [PATCH] Minor travis.yml changes to use more secure python/pip --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bc5e838..7d0930b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: