mirror of https://github.com/mitchell/mjfs.us.git
Minor travis.yml changes to use more secure python/pip
This commit is contained in:
parent
de53405d0b
commit
9c1211e61c
|
@ -8,7 +8,8 @@ before_install:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "npm install"
|
- "npm install"
|
||||||
- "pip install pip --upgrade --user"
|
- "pyenv global 3.6.3"
|
||||||
|
- "pip install pip --upgrade"
|
||||||
- "pip install awscli --upgrade --user"
|
- "pip install awscli --upgrade --user"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue