summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@rd.io>2015-12-04 10:15:27 -0800
committerDana Powers <dana.powers@rd.io>2015-12-04 11:33:19 -0800
commite289ab5931ad1de35489ee4e5ade25cd3c7903fd (patch)
tree356583b180ccec81f11e26372b8204d4dc03dfd4
parenteab0a55962c2578fb90fb80b5e78b3bdbd56dbcd (diff)
downloadkafka-python-e289ab5931ad1de35489ee4e5ade25cd3c7903fd.tar.gz
Update travis config to use container infrastructure
-rw-r--r--.travis.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 136c19f..b0fa475 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ python:
- 2.7
- 3.3
- 3.4
+ - 3.5
- pypy
env:
@@ -14,16 +15,19 @@ env:
- KAFKA_VERSION=0.8.1.1
- KAFKA_VERSION=0.8.2.1
+sudo: false
+
+addons:
+ apt:
+ packages:
+ - libsnappy-dev
+
before_install:
- - sudo apt-get install libsnappy-dev
- ./build_integration.sh
install:
- pip install tox coveralls
- pip install .
- # Deal with issue on Travis builders re: multiprocessing.Queue :(
- # See https://github.com/travis-ci/travis-cookbooks/issues/155
- - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
deploy:
provider: pypi