Update travis config to use container infrastructure
This commit is contained in:
12
.travis.yml
12
.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
|
||||
|
||||
Reference in New Issue
Block a user