Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95f5990

Browse files
committed
CI: Install, or upgrade, Python 3 on homebrew.
It seems it may not be available by default now, so try installing it first.
1 parent bdf0177 commit 95f5990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ before_install: |
111111
ci/silence brew update
112112
brew uninstall numpy gdal postgis
113113
brew unlink python@2
114-
brew upgrade python
114+
brew install python || brew upgrade python
115115
brew install ffmpeg imagemagick mplayer ccache
116116
hash -r
117117
which python

0 commit comments

Comments
 (0)