mirror of
https://github.com/Syncplay/syncplay
synced 2025-03-31 07:38:36 +00:00
Try installing python via Travis homebrew addon
This commit is contained in:
parent
81024f3c06
commit
2dfddda85f
@ -7,6 +7,11 @@ jobs:
|
|||||||
- language: objective-c
|
- language: objective-c
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode9.2
|
osx_image: xcode9.2
|
||||||
|
addons:
|
||||||
|
homebrew:
|
||||||
|
packages:
|
||||||
|
- python
|
||||||
|
update: true
|
||||||
- language: minimal
|
- language: minimal
|
||||||
dist: xenial
|
dist: xenial
|
||||||
os: linux
|
os: linux
|
||||||
|
@ -2,9 +2,6 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
export HOMEBREW_NO_INSTALL_CLEANUP=1
|
|
||||||
brew update
|
|
||||||
brew upgrade python
|
|
||||||
which python3
|
which python3
|
||||||
python3 --version
|
python3 --version
|
||||||
which pip3
|
which pip3
|
||||||
|
Loading…
Reference in New Issue
Block a user