Skip to content

Commit c104e20

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@ 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+
jobs:
18+
allow_failures:
19+
- python: nightly
20+
dist: xenial
1521
install: pip install tox
1622
script: tox -e py

0 commit comments

Comments
 (0)