File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change
1
+ dist : xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
2
+ sudo : required # required for Python >= 3.7 (travis-ci/travis-ci#9069)
3
+
1
4
language : python
2
5
3
6
python :
4
7
- 2.7
5
8
- 3.4
6
9
- 3.5
7
10
- 3.6
8
- # - 3.7 # TODO uncomment once Travis supports 3.7 w/o the `matrix` workaround used below
11
+ - 3.7
9
12
- pypy
10
13
11
- # TODO: workaround pulled from:
12
- # https://github.com/travis-ci/travis-ci/issues/9815#issue-336465122
13
- # It only runs a single 3.7 test job against one version of Kafka but
14
- # that's good enough for now since we test all the other permutations,
15
- # especially since this workaround should be removed in the near future.
16
- # Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
17
- matrix :
18
- include :
19
- - python : 3.7
20
- dist : xenial
21
- sudo : true
22
-
23
14
env :
24
15
- KAFKA_VERSION=0.8.2.2
25
16
- KAFKA_VERSION=0.9.0.1
You can’t perform that action at this time.
0 commit comments