Temporarily remove Python26 support from travis.yml
This commit is contained in:
17
.travis.yml
17
.travis.yml
@@ -1,7 +1,6 @@
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 2.6
|
|
||||||
- 2.7
|
- 2.7
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
@@ -10,13 +9,13 @@ before_install:
|
|||||||
- ./build_integration.sh
|
- ./build_integration.sh
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
- pip install .
|
- pip install .
|
||||||
# Deal with issue on Travis builders re: multiprocessing.Queue :(
|
# Deal with issue on Travis builders re: multiprocessing.Queue :(
|
||||||
# See https://github.com/travis-ci/travis-cookbooks/issues/155
|
# See https://github.com/travis-ci/travis-cookbooks/issues/155
|
||||||
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
|
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox -e py27
|
||||||
- KAFKA_VERSION=0.8.0 tox
|
- KAFKA_VERSION=0.8.0 tox -e py27
|
||||||
- KAFKA_VERSION=0.8.1 tox
|
- KAFKA_VERSION=0.8.1 tox -e py27
|
||||||
|
Reference in New Issue
Block a user