Skip to content

Commit

Permalink
Travis fix for macOs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostya K committed Jul 22, 2018
1 parent d2b03fc commit 7cbfaa0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions travis-scripts/pre_install.macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@
brew update

#Use this specific python 3.5.3 version because of 'pyinstaller' compatibility issues
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/ec545d45d4512ace3570782283df4ecda6bb0044/Formula/python3.rb
#brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/ec545d45d4512ace3570782283df4ecda6bb0044/Formula/python3.rb

#brew install python3
brew upgrade python

#virtualenv env -p python3
#source env/bin/activate
echo Which python:
which python3

#echo Which python3:
#which python3

echo Current active python version:
python3 --version
Expand All @@ -18,4 +26,4 @@ pip3 --version
pip3 install pyinstaller

echo Installed pyinstaller version:
pyinstaller --version
pyinstaller --version

0 comments on commit 7cbfaa0

Please sign in to comment.