Skip to content

Commit

Permalink
Merge pull request #51 from themaxbelov/mac-build-fix
Browse files Browse the repository at this point in the history
Fix OSX build
  • Loading branch information
ToxicWar committed Mar 13, 2018
2 parents 3cf21a4 + 6475231 commit a2ec9ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
brew update
brew install python3
brew upgrade python
ln -s `which pip3` /usr/local/bin/pip
fi

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.26
1.8.0

0 comments on commit a2ec9ee

Please sign in to comment.