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

Commit d0d5bc2

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: python
2-
python:
3-
- 3.6
4-
- 3.7
2+
matrix:
3+
include:
4+
- python: 3.7
5+
dist: xenial
6+
sudo: true
7+
- python: 3.6
58

69
notifications:
710
email: false

0 commit comments

Comments
 (0)