Skip to content

Commit e03b60b

Browse files
adds Python 3.7 support (#161)
1 parent beba5e3 commit e03b60b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "3.4"
55
- "3.5.5"
66
- "3.6"
7+
# - "3.7" is handled in 'Test' job using xenial as Python 3.7 is not available for trusty.
78
- "pypy"
89
- "pypy3"
910
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
@@ -34,3 +35,6 @@ jobs:
3435
script:
3536
- "ci/trigger_fullstack-sdk-compat.sh"
3637
after_success: travis_terminate 0
38+
- stage: 'Test'
39+
dist: xenial
40+
python: "3.7"

0 commit comments

Comments
 (0)