Merge pull request #1001 from ychin/fix-travis-python2-link-issues

Fix Travis CI Python issues by manually linking Python3
This commit is contained in:
Yee Cheng Chin
2020-02-02 01:53:05 -08:00
committed by GitHub
+3
View File
@@ -29,6 +29,9 @@ anchors:
- python
- ruby
update: true
before_install:
# Homebrew has issues linking Python due to conflicts with Python2. Manually link in Python3.
- brew link --overwrite python3
- &lang_env
env: "LANGOPT='--enable-perlinterp=dynamic --enable-pythoninterp=dynamic --enable-python3interp=dynamic --enable-rubyinterp=dynamic --enable-luainterp=dynamic --with-lua-prefix=/usr/local'"
- &caches