@@ -25,15 +25,6 @@ matrix: |
|
|
25 |
25 |
# compiler here and the other to run the coverage build. Clang is preferred |
26 |
26 |
# in this instance for its better error messages. |
27 |
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 |
28 |
- os: linux |
38 |
29 |
language: python |
39 |
30 |
python: 2.7 |