10000 python 3.7 support for travis · pythonthings/q@69d140f · GitHub
[go: up one dir, main page]

Skip to content

Commit 69d140f

Browse files
committed
python 3.7 support for travis
1 parent c38d4e0 commit 69d140f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ python:
44
- "3.6"
55
- "3.7"
66
matrix:
7+
include:
8+
- python: "3.7"
9+
dist: xenial # Need for python 3.7
710
allow_failures:
811
- python: "3.6"
912
- python: "3.7"

0 commit comments

Comments
 (0)
0