Skip to content

Commit 39bd5c2

Browse files
committed
Homebrew python is now python 3
1 parent e54939a commit 39bd5c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@ before_install:
110110
export PATH=/usr/lib/ccache:$PATH
111111
else
112112
ci/travis/silence brew update
113-
brew install python3 ffmpeg imagemagick mplayer ccache
114-
# make 'python' mean 'python3'
115-
ln -sf /usr/local/bin/python3 /usr/local/bin/python
113+
brew upgrade python
114+
brew install ffmpeg imagemagick mplayer ccache
116115
hash -r
117116
which python
118117
python --version

0 commit comments

Comments
 (0)