We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb8cc2 commit 8c569f9Copy full SHA for 8c569f9
1 file changed
.travis.yml
@@ -4,7 +4,7 @@ python:
4
- "3.4"
5
- "3.5.5"
6
- "3.6"
7
- - "3.7"
+# - "3.7" # this version is handled below in jobs: include:
8
- "pypy"
9
- "pypy3"
10
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
@@ -33,3 +33,7 @@ jobs:
33
script:
34
- "ci/trigger_fullstack-sdk-compat.sh"
35
after_success: skip
36
+ - stage: 'Test'
37
+ # python 3.7 not available for trusty
38
+ dist: xenial
39
+ python: "3.7"
0 commit comments