Use Homebrew to install python3 on the macOS build on Travis.

This commit is contained in:
Ewan Mellor 2016-11-06 17:07:46 -08:00 committed by parrt
parent c024166dfa
commit eadb6b21e6
1 changed files with 3 additions and 0 deletions

View File

@ -4,4 +4,7 @@ set -euo pipefail
thisdir=$(dirname "$0")
brew update
brew install python3
"$thisdir/before_install-common.sh"