From f9404732453decbc8e64c9eeb8a644905e270eea Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Tue, 3 Mar 2020 21:54:03 +0100 Subject: [PATCH] travis-ci: allow tests with the python nightly build to fail --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index bec2cbe..96be9fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,9 @@ python: - "3.8-dev" # 3.8 development branch - "nightly" - "pypy" +jobs: + allow_failures: + - python: "nightly" services: - redis-server # install dependencies