Don't install Python 3 on Travis OSX

It's already available. Should speed up the build a small bit
This commit is contained in:
Thom Wiggers 2019-01-23 12:45:32 +01:00
parent 52671df19e
commit 3549be95f5
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -31,10 +31,6 @@ matrix:
compiler: clang
env:
- MAKETARGET=test-all
addons:
homebrew:
packages:
- python
- os: osx
osx_image: xcode10.1
compiler: gcc
@ -42,7 +38,6 @@ matrix:
homebrew:
packages:
- gcc@8
- python
env:
- MAKETARGET=test-all