mirror of
https://github.com/Syncplay/syncplay
synced 2025-03-11 06:07:53 +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
|
||||
os: osx
|
||||
osx_image: xcode9.2
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- python
|
||||
update: true
|
||||
- language: minimal
|
||||
dist: xenial
|
||||
os: linux
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
set -ex
|
||||
|
||||
export HOMEBREW_NO_INSTALL_CLEANUP=1
|
||||
brew update
|
||||
brew upgrade python
|
||||
which python3
|
||||
python3 --version
|
||||
which pip3
|
||||
|
Loading…
Reference in New Issue
Block a user