Skip to content

Commit

Permalink
[FIX] Install certificates from Python package on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Jul 1, 2019
1 parent 2e9a107 commit 72868d0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
- sudo mv $(which pip) $(which pip)2
- sudo ln -s $(which pip3) /usr/local/bin/pip
- export PATH=$PATH:$(dirname $(which pip3))
- ls -lah /Applications
- ls -lah "/Applications/Python 3.6"
- chmod +x "/Applications/Python 3.6/Install Certificates.command"
- "/Applications/Python\ 3.6/Install\ Certificates.command"
- chmod +x '/Applications/Python 3.6/Install Certificates.command'
- sh '/Applications/Python 3.6/Install Certificates.command'
- python release.py

- stage: deploy
Expand Down

0 comments on commit 72868d0

Please sign in to comment.