We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beba5e3 commit e03b60bCopy full SHA for e03b60b
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- "3.4"
5
- "3.5.5"
6
- "3.6"
7
+# - "3.7" is handled in 'Test' job using xenial as Python 3.7 is not available for trusty.
8
- "pypy"
9
- "pypy3"
10
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
@@ -34,3 +35,6 @@ jobs:
34
35
script:
36
- "ci/trigger_fullstack-sdk-compat.sh"
37
after_success: travis_terminate 0
38
+ - stage: 'Test'
39
+ dist: xenial
40
+ python: "3.7"
0 commit comments