Skip to content

Commit 1145352

Browse files
vstinnerned-deily
authored andcommitted
bpo-31355: Travis CI: remove the macOS job (#3367)
1 parent 3b9d444 commit 1145352

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
python: 3.6

0 commit comments

Comments
 (0)