Skip to content

Commit 49bf60b

Browse files
committed
travis: multiple librdkafka version matrix
1 parent 821a6a6 commit 49bf60b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ sudo: required
33
python:
44
- "2.7"
55
- "3.4"
6+
env:
7+
global:
8+
- LD_LIBRARY_PATH=$PWD/tmp-build/lib
9+
matrix:
10+
- LIBRDKAFKA_VERSION=v0.9.2
11+
- LIBRDKAFKA_VERSION=master
612
before_install:
7-
- bash tools/bootstrap-librdkafka.sh v0.9.2 tmp-build
13+
- rm -rf tmp-build
14+
- bash tools/bootstrap-librdkafka.sh ${LIBRDKAFKA_VERSION} tmp-build
815
- pip install --upgrade pip
916
- pip install pytest-timeout
1017
install:
1118
- pip install -v --global-option=build_ext --global-option="-Itmp-build/include/" --global-option="-Ltmp-build/lib" . .[avro]
12-
env:
13-
- LD_LIBRARY_PATH=$PWD/tmp-build/lib
14-
script: py.test -v --timeout 20 --ignore=tmp-build --import-mode append
19+
script: py.test -v --timeout 20 --ignore=tmp-build --import-mode append

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