wintoncode / winton-kafka-streams

A Python implementation of Apache Kafka Streams
Apache License 2.0
313 stars 55 forks source link

Add .travis.yml and badge #18

Closed ElliotJH closed 7 years ago

ElliotJH commented 7 years ago

.travis.yml allows us to run tests automatically. To work this needs to be enabled by a Travis administrator.

We use the Confluent librdkafka and run just the tests, not the examples.

Tests pass on my fork here: https://travis-ci.org/ElliotJH/winton-kafka-streams/builds/254948950