Skip to content

Commit 78fb457

Browse files
committed
Add PY3.7 to travis with allow_failure
1 parent 7cab332 commit 78fb457

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ python:
77
- 3.4
88
- 3.5
99
- 3.6
10+
- 3.7-dev
11+
12+
matrix:
13+
allow_failures:
14+
- python: 3.7-dev
1015

1116
env:
1217
global:

0 commit comments

Comments
 (0)