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 3a179df commit b78da81Copy full SHA for b78da81
.travis.yml
@@ -12,6 +12,16 @@ matrix:
12
dist: trusty
13
python: "3.6"
14
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
15
+ # Source package verification with Python 2.7 and librdkafka master
16
+ - os: osx
17
+ language: python
18
+ python: "2.7"
19
+ env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
20
+ # Source package verification with Python 3.6 and librdkafka master
21
22
23
+ python: "3.6"
24
25
# cibuildwheel for osx
26
- os: osx
27
env: CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl master tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
0 commit comments