Skip to content

Commit 608a244

Browse files
committed
Travis CI integration
1 parent ff1f073 commit 608a244

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
- "3.4"
5+
before_install:
6+
- bash ./bootstrap-librdkafka.sh v0.9.2 tmp-build
7+
install:
8+
- pip install -v --global-option=build_ext --global-option="-Itmp-build/include/" --global-option="-Ltmp-build/lib" .
9+
env:
10+
- LD_LIBRARY_PATH=$PWD/tmp-build/lib
11+
script: py.test --ignore=tmp-build

0 commit comments

Comments
 (0)