Skip to content

Commit 83d9571

Browse files
committed
Temporarily remove Python26 support from travis.yml
1 parent c307a3a commit 83d9571

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.travis.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22

33
python:
4-
- 2.6
54
- 2.7
65

76
before_install:
@@ -10,13 +9,13 @@ before_install:
109
- ./build_integration.sh
1110

1211
install:
13-
- pip install tox
14-
- pip install .
15-
# Deal with issue on Travis builders re: multiprocessing.Queue :(
16-
# See https://github.com/travis-ci/travis-cookbooks/issues/155
17-
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
12+
- pip install tox
13+
- pip install .
14+
# Deal with issue on Travis builders re: multiprocessing.Queue :(
15+
# See https://github.com/travis-ci/travis-cookbooks/issues/155
16+
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
1817

1918
script:
20-
- tox
21-
- KAFKA_VERSION=0.8.0 tox
22-
- KAFKA_VERSION=0.8.1 tox
19+
- tox -e py27
20+
- KAFKA_VERSION=0.8.0 tox -e py27
21+
- KAFKA_VERSION=0.8.1 tox -e py27

0 commit comments

Comments
 (0)