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:
parent
52671df19e
commit
3549be95f5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user