Skip to content

Commit

Permalink
Temporarily remove Python26 support from travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzat committed May 1, 2014
1 parent c307a3a commit 83d9571
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python

python:
- 2.6
- 2.7

before_install:
Expand All @@ -10,13 +9,13 @@ before_install:
- ./build_integration.sh

install:
- pip install tox
- 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
- pip install tox
- 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

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

0 comments on commit 83d9571

Please sign in to comment.