Force Python 3.6 formula from homebrew history

This commit is contained in:
albertosottile 2018-07-08 12:17:57 +02:00
parent 74974438f0
commit 8ba2774f0d

View File

@ -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