Skip to content

Commit ead374a

Browse files
only xenial for 3.7
1 parent bbb8cc2 commit ead374a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ python:
44
- "3.4"
55
- "3.5.5"
66
- "3.6"
7-
- "3.7"
87
- "pypy"
98
- "pypy3"
109
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
@@ -33,3 +32,6 @@ jobs:
3332
script:
3433
- "ci/trigger_fullstack-sdk-compat.sh"
3534
after_success: skip
35+
- stage: 'Test'
36+
python: "3.7"
37+
env: DIST=xenial

0 commit comments

Comments
 (0)