Skip to content

Commit 9a897e7

Browse files
authored
Allow Python nightly fail in Travis
1 parent ff54515 commit 9a897e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ python:
88
- "3.5"
99
- "2.7"
1010

11+
matrix:
12+
allow_failures:
13+
- python: nightly
14+
1115
install:
1216
# We do this conditionally because it saves us some downloading if the
1317
# version is the same.

0 commit comments

Comments
 (0)