mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-31355: Travis CI: remove the macOS job (#3367)
This commit is contained in:
parent
80bbe6a7b6
commit
501b324d3a
1 changed files with 0 additions and 9 deletions
|
@ -25,15 +25,6 @@ matrix:
|
||||||
# compiler here and the other to run the coverage build. Clang is preferred
|
# compiler here and the other to run the coverage build. Clang is preferred
|
||||||
# in this instance for its better error messages.
|
# in this instance for its better error messages.
|
||||||
env: TESTING=cpython
|
env: TESTING=cpython
|
||||||
- os: osx
|
|
||||||
language: c
|
|
||||||
compiler: clang
|
|
||||||
# Testing under macOS is optional until testing stability has been demonstrated.
|
|
||||||
env: OPTIONAL=true
|
|
||||||
before_install:
|
|
||||||
- brew install openssl xz
|
|
||||||
- export CPPFLAGS="-I$(brew --prefix openssl)/include"
|
|
||||||
- export LDFLAGS="-L$(brew --prefix openssl)/lib"
|
|
||||||
- os: linux
|
- os: linux
|
||||||
language: python
|
language: python
|
||||||
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
|
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue