Skip to content

Commit 9687295

Browse files
committed
allow_failures: true for nightly
1 parent de87248 commit 9687295

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ matrix:
1212
dist: xenial
1313
- python: nightly
1414
dist: xenial
15+
# TODO: https://bugs.python.org/issue40334
16+
# the PEG parser is currently broken in some cases
17+
allow_failures:
18+
- python: nightly
19+
dist: xenial
1520
install: pip install tox
1621
script: tox -e py

0 commit comments

Comments
 (0)