Installs with pip. Adds user flag back to awscli

This commit is contained in:
Aaron Louie 2020-05-06 17:32:54 -04:00
parent 7ce45c55bd
commit ea54fff7e2
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ env:
- COMMIT=${TRAVIS_COMMIT::8}
install:
- pip install pipenv pytest coverage awscli
- export PATH=$PATH:$HOME/.local/bin;
- pipenv install
- sudo pip install --upgrade pip
- pip install --user awscli
- export PATH=$PATH:$HOME/.local/bin
deploy:
provider: script