From f862da3c0e2afef2caa20a602bcf8b52d97be1ec Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 23 Jan 2020 14:41:02 +0100 Subject: [PATCH] .travis.yml: Allow failures on nightly. Feedparser doesn't support this version of Python. https://github.com/kurtmckee/feedparser/issues/201 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2710753dc..fdaec528b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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