Skip to content

Commit

Permalink
Use 'brew' upgrade python on Travis CI for Mac wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Nov 6, 2018
1 parent 48e05a1 commit 65df869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ matrix:
- os: linux

script:
- ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- brew install python
- /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- brew install python || brew upgrade python
- python --version || true
- python2 --version || true
- python3 --version || true
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('0', '1', '107')
__version_info__ = ('0', '1', '108')
__version__ = '.'.join(__version_info__)

0 comments on commit 65df869

Please sign in to comment.