File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,17 @@ sudo: required
3
3
python :
4
4
- " 2.7"
5
5
- " 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
6
12
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
8
15
- pip install --upgrade pip
9
16
- pip install pytest-timeout
10
17
install :
11
18
- 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
You can’t perform that action at this time.
0 commit comments