Skip to content

Commit ec98b4b

Browse files
committed
Relax travis checks for Python nightly
1 parent 923bfae commit ec98b4b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ services:
44
- docker
55

66
python:
7-
- 3.5
8-
- 3.6
9-
- nightly
7+
- 3.5
8+
- 3.6
9+
- nightly
10+
11+
allow_failures:
12+
- python: nightly
1013

1114
install:
1215
# - pip install --upgrade setuptools

0 commit comments

Comments
 (0)