Skip to content

Commit 31b3596

Browse files
committed
Add Python 3.7 to Travis
Python 3.7 is the current stable version. It's useful to test our code against it. Unfortunately, Travis only allows testing against it via a hack, see travis-ci/travis-ci#9815 travis-ci/travis-ci#9069 (comment)
1 parent b818a25 commit 31b3596

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7+
# Hack for Python 3.7; remove when Travis correctly supports it.
8+
matrix:
9+
include:
10+
- python: 3.7
11+
dist: xenial
12+
sudo: true
713
script:
814
- python setup.py test

0 commit comments

Comments
 (0)