Try installing python via Travis homebrew addon

This commit is contained in:
Tom Parker-Shemilt 2020-03-14 23:41:04 +00:00
parent 81024f3c06
commit 2dfddda85f
2 changed files with 5 additions and 3 deletions

View File

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

View File

@ -2,9 +2,6 @@
set -ex
export HOMEBREW_NO_INSTALL_CLEANUP=1
brew update
brew upgrade python
which python3
python3 --version
which pip3