Skip to content

Commit 8abe229

Browse files
committed
Use fast_finish and allow_failures
1 parent b37b63d commit 8abe229

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ python:
99
- 3.6
1010
- nightly
1111

12+
matrix:
13+
fast_finish: true
14+
allow_failures:
15+
- python: nightly
16+
1217
install:
1318
- pip install .
1419
- pip install -r requirements.txt

0 commit comments

Comments
 (0)