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 ed1b1b4 commit d8b22aeCopy full SHA for d8b22ae
.travis.yml
@@ -43,10 +43,18 @@ matrix:
43
# cibuildwheel for osx with legacy x-code
44
- os: osx
45
osx_image: xcode8.3
46
+ python: "2.7"
47
env: CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl v0.11.6 tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
48
before_install:
49
- brew update && brew upgrade pyenv
- - pip install virtualenv
50
+ - pip2 install virtualenv
51
+ - os: osx
52
+ osx_image: xcode8.3
53
+ python: "3.6"
54
+ env: CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl v0.11.6 tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
55
+ before_install:
56
+ - brew update && brew upgrade pyenv
57
+ - pip3 install virtualenv
58
# cibuildwheel for manylinux
59
- os: linux
60
dist: trusty
0 commit comments