Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 8ff211a

Browse files
committed
fix(travis): allow py7-dev to fail due to yaml/pyyaml#126
1 parent 6329b26 commit 8ff211a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ matrix:
1717
allow_failures:
1818
- python:
1919
- "pypy"
20+
- '3.7-dev' # Due to PyYAML (from `coveralls`)
2021
- python:
2122
- "nigthly"
2223

0 commit comments

Comments
 (0)