Skip to content

Commit ecd42b6

Browse files
committed
tests: allow failure on python nightly
seems to be due to a bunch of asyncio.exceptions.CancelledError
1 parent e19f06d commit ecd42b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ dist: xenial
44
language: python
55
matrix:
66
fast_finish: true
7+
allow_failures:
8+
- python: nightly
79
addons:
810
apt:
911
packages:

0 commit comments

Comments
 (0)