Skip to content

Commit de35f63

Browse files
committed
add osx builds
1 parent b78da81 commit de35f63

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,22 @@ matrix:
1414
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
1515
# Source package verification with Python 2.7 and librdkafka master
1616
- os: osx
17-
language: python
1817
python: "2.7"
1918
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
19+
before_install:
20+
- brew update
21+
- brew install python2
22+
- virtualenv env -p python2
23+
- source env/bin/activate
2024
# Source package verification with Python 3.6 and librdkafka master
2125
- os: osx
22-
language: python
2326
python: "3.6"
2427
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
28+
before_install:
29+
- brew update
30+
- brew install python3
31+
- virtualenv env -p python3
32+
- source env/bin/activate
2533
# cibuildwheel for osx
2634
- os: osx
2735
env: CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl master tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy