summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1235231e8ae5ed23b1654f926c0024887014914f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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