.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:
Valentin Lorentz 2020-01-23 14:41:02 +01:00
parent e7553dcca4
commit f862da3c0e

View File

@ -43,3 +43,8 @@ matrix:
- python: "pypy3"
env: WITH_OPT_DEPS=true
dist: xenial
allow_failures:
- python: "nightly"
env: WITH_OPT_DEPS=true
dist: xenial