Skip to content

Commit 1fed2a9

Browse files
committed
ci: Allow failures on 3.7-dev
Cython seems to be broken on 3.7 currently.
1 parent 3381b91 commit 1fed2a9

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
@@ -135,6 +135,9 @@ matrix:
135135
addons:
136136
postgresql: '9.6'
137137

138+
allow_failures:
139+
- python: "3.7-dev"
140+
138141
cache:
139142
pip
140143

0 commit comments

Comments
 (0)