mirror of
https://github.com/mitchell/mjfs.us.git
synced 2026-01-10 13:37:21 +00:00
Minor travis.yml changes to use more secure python/pip
This commit is contained in:
parent
de53405d0b
commit
9c1211e61c
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue