]> granicus.if.org Git - python/commit
travis: Fix macOS build (GH-7250)
authorINADA Naoki <methane@users.noreply.github.com>
Mon, 4 Jun 2018 03:57:03 +0000 (12:57 +0900)
committerGitHub <noreply@github.com>
Mon, 4 Jun 2018 03:57:03 +0000 (12:57 +0900)
commit6b87399f0f337d68a71ae55cd9a8667f27a3d2dc
tree8898dae289b7d44634985b98308ab65d2b3098d5
parent7cfd8c6a1b53a7dbdea14b6f414f2629dcd130a2
travis: Fix macOS build (GH-7250)

Homebrew's python is now python3, but travis preinstalls old python2.
So updated Homebrew requires `brew upgrade python` now.

This commit disables auto update and use preinstalled version of Homebrew.
.travis.yml