Skip to content

Commit 2f6a432

Browse files
committed
travisci: Test Python 3.7 as well
Use the workaround from travis-ci/travis-ci#9815 since Python 3.7 is not yet supported by the default image.
1 parent 8428343 commit 2f6a432

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ python:
99
- "3.4"
1010
- "3.5"
1111
- "3.6"
12+
matrix:
13+
include:
14+
- python: 3.7
15+
dist: xenial
16+
sudo: true
1217

1318
before_install:
1419
- sudo apt-get -qq update

0 commit comments

Comments
 (0)