1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

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 compiler: clang
env: env:
- MAKETARGET=test-all - MAKETARGET=test-all
addons:
homebrew:
packages:
- python
- os: osx - os: osx
osx_image: xcode10.1 osx_image: xcode10.1
compiler: gcc compiler: gcc
@ -42,7 +38,6 @@ matrix:
homebrew: homebrew:
packages: packages:
- gcc@8 - gcc@8
- python
env: env:
- MAKETARGET=test-all - MAKETARGET=test-all