Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Travis CI integration
  • Loading branch information
edenhill committed Nov 8, 2016
commit 608a24477d45304ef7c7cda0c1217767efdb137e
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "2.7"
- "3.4"
before_install:
- bash ./bootstrap-librdkafka.sh v0.9.2 tmp-build
install:
- pip install -v --global-option=build_ext --global-option="-Itmp-build/include/" --global-option="-Ltmp-build/lib" .
env:
- LD_LIBRARY_PATH=$PWD/tmp-build/lib
script: py.test --ignore=tmp-build