Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80bbe6a commit 501b324Copy full SHA for 501b324
1 file changed
.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
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
0 commit comments