Skip to content

Commit fbb4e33

Browse files
only xenial for 3.7
1 parent bbb8cc2 commit fbb4e33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 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,7 @@ jobs:
3332
script:
3433
- "ci/trigger_fullstack-sdk-compat.sh"
3534
after_success: skip
35+
- stage: 'Test'
36+
# python 3.7 not available for trusty
37+
dist: xenial
38+
python: "3.7"

0 commit comments

Comments
 (0)