File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
3
python :
4
- - 2.6
5
4
- 2.7
6
5
7
6
before_install :
@@ -10,13 +9,13 @@ before_install:
10
9
- ./build_integration.sh
11
10
12
11
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
18
17
19
18
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
You can’t perform that action at this time.
0 commit comments