We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9d444 commit 1145352Copy full SHA for 1145352
.travis.yml
@@ -25,15 +25,6 @@ matrix:
25
# compiler here and the other to run the coverage build. Clang is preferred
26
# in this instance for its better error messages.
27
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"
37
- os: linux
38
language: python
39
python: 3.6
0 commit comments