Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jay0lee/got-your-back
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee committed Apr 13, 2019
2 parents bcba4ed + a7fca14 commit 975a980
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ before_install:
export PATH=$PATH:/c/Python37/scripts;
cinst -y wixtoolset;
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew uninstall --ignore-dependencies python;
brew update;
brew install python3;
brew upgrade python3;


export PATH=/usr/local/opt/python/libexec/bin:$PATH;
fi
- pip install pyinstaller

Expand Down

0 comments on commit 975a980

Please sign in to comment.