Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit 7dc1be2

Browse files
committed
Fix Python 3.7 build
1 parent 6f10637 commit 7dc1be2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ python:
33
- 3.6
44
- 3.7
55

6+
matrix:
7+
include:
8+
- python: 3.7
9+
dist: xenial
10+
sudo: true
11+
- python: 3.6
12+
613
notifications:
714
email: false
815

0 commit comments

Comments
 (0)