Merge pull request #53 from jimjh/testing

Enable continuous integration with travis-ci.
This commit is contained in:
David Arthur
2013-10-02 05:04:28 -07:00
2 changed files with 21 additions and 1 deletions

18
.travis.yml Normal file
View File

@@ -0,0 +1,18 @@
language: python
python:
- 2.6
- 2.7
before_install:
- cd kafka-src
- ./sbt update
- ./sbt package
- cd -
install:
pip install .
script:
- python -m test.test_unit
- python -m test.test_integration

View File

@@ -1,5 +1,7 @@
# Kafka Python client
![travis](https://travis-ci.org/mumrah/kafka-python.png)
This module provides low-level protocol support for Apache Kafka as well as
high-level consumer and producer classes. Request batching is supported by the
protocol as well as broker-aware request routing. Gzip and Snappy compression