Force Python 3.6 formula from homebrew history
This commit is contained in:
parent
74974438f0
commit
8ba2774f0d
@ -10,8 +10,10 @@ script:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- hg clone https://alby128@bitbucket.org/alby128/py2app
|
- hg clone https://alby128@bitbucket.org/alby128/py2app
|
||||||
|
- brew uninstall python
|
||||||
- brew update
|
- brew update
|
||||||
- brew upgrade python
|
- curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb
|
||||||
|
- brew install ./python.rb
|
||||||
- which python3
|
- which python3
|
||||||
- python3 --version
|
- python3 --version
|
||||||
- which pip3
|
- which pip3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user