Skip to content

Commit 7d0873d

Browse files
only xenial for 3.7 (#160)
1 parent bbb8cc2 commit 7d0873d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
- "3.4"
55
- "3.5.5"
66
- "3.6"
7-
- "3.7"
7+
# - "3.7" is handled in 'Test' job using xenial as Python 3.7 is not available for trusty.
88
- "pypy"
99
- "pypy3"
1010
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
@@ -33,3 +33,7 @@ jobs:
3333
script:
3434
- "ci/trigger_fullstack-sdk-compat.sh"
3535
after_success: skip
36+
- stage: 'Test'
37+
# python 3.7 not available for trusty
38+
dist: xenial
39+
python: "3.7"

0 commit comments

Comments
 (0)