mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
.travis.yml: Allow failures on nightly.
Feedparser doesn't support this version of Python. https://github.com/kurtmckee/feedparser/issues/201
This commit is contained in:
parent
e7553dcca4
commit
f862da3c0e
@ -43,3 +43,8 @@ matrix:
|
|||||||
- python: "pypy3"
|
- python: "pypy3"
|
||||||
env: WITH_OPT_DEPS=true
|
env: WITH_OPT_DEPS=true
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
|
allow_failures:
|
||||||
|
- python: "nightly"
|
||||||
|
env: WITH_OPT_DEPS=true
|
||||||
|
dist: xenial
|
||||||
|
Loading…
Reference in New Issue
Block a user