Skip to content

Commit 7e9bd00

Browse files
committed
Allow python: 'nightly' to fail
1 parent f763666 commit 7e9bd00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ matrix:
2424
- python -m pip install nox
2525
script:
2626
- nox -s lint
27+
allow_failures:
28+
- python: "nightly"
2729

2830
install:
2931
- mkdir /tmp/elasticsearch

0 commit comments

Comments
 (0)