Skip to content

Commit

Permalink
[FIX] Fix SSL errors on MacOS while deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Jul 1, 2019
1 parent 477269d commit 2e9a107
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ 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"
- python release.py

- stage: deploy
Expand Down

0 comments on commit 2e9a107

Please sign in to comment.