Skip to content

Commit aef6b18

Browse files
committed
apparently travis doesn't support python 3.7 properly yet. this might make it work?
1 parent 6ee373d commit aef6b18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ python:
55
- "2.7"
66
- "3.4"
77
- "3.5"
8-
- "3.7"
98
- "pypy"
9+
matrix:
10+
include:
11+
- python: 3.7
12+
dist: xenial
13+
sudo: true
1014
install:
1115
- pip install .
1216
- pip install -r dev-requirements.txt

0 commit comments

Comments
 (0)