Skip to content

Commit 501b324

Browse files
authored
bpo-31355: Travis CI: remove the macOS job (#3367)
1 parent 80bbe6a commit 501b324

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

-9
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ matrix:
2525
# compiler here and the other to run the coverage build. Clang is preferred
2626
# in this instance for its better error messages.
2727
env: TESTING=cpython
28-
- os: osx
29-
language: c
30-
compiler: clang
31-
# Testing under macOS is optional until testing stability has been demonstrated.
32-
env: OPTIONAL=true
33-
before_install:
34-
- brew install openssl xz
35-
- export CPPFLAGS="-I$(brew --prefix openssl)/include"
36-
- export LDFLAGS="-L$(brew --prefix openssl)/lib"
3728
- os: linux
3829
language: python
3930
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.

0 commit comments

Comments
 (0)