diff options
-rw-r--r-- | .travis.yml | 12 |
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 |