From 8ba2774f0da79a68d56bc3beeff98218d63409f8 Mon Sep 17 00:00:00 2001 From: albertosottile Date: Sun, 8 Jul 2018 12:17:57 +0200 Subject: [PATCH] Force Python 3.6 formula from homebrew history --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f3b2e3..702e978 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,10 @@ script: before_install: - hg clone https://alby128@bitbucket.org/alby128/py2app +- brew uninstall python - brew update -- brew upgrade python +- curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb +- brew install ./python.rb - which python3 - python3 --version - which pip3