Skip to content

Commit 839bf4f

Browse files
committed
CI: Try Python 3.7 matrix entry
1 parent 93fdc57 commit 839bf4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ python:
88
- 3.4
99
- 3.5
1010
- 3.6
11-
- 3.7-dev
11+
12+
matrix:
13+
include:
14+
- python: 3.7
15+
dist: xenial
16+
sudo: true
1217

1318
env:
1419
global:

0 commit comments

Comments
 (0)