Temporarily remove Python26 support from travis.yml
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
|
||||
before_install:
|
||||
@@ -17,6 +16,6 @@ install:
|
||||
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
|
||||
|
||||
script:
|
||||
- tox
|
||||
- KAFKA_VERSION=0.8.0 tox
|
||||
- KAFKA_VERSION=0.8.1 tox
|
||||
- tox -e py27
|
||||
- KAFKA_VERSION=0.8.0 tox -e py27
|
||||
- KAFKA_VERSION=0.8.1 tox -e py27
|
||||
|
Reference in New Issue
Block a user