From baaf2bef18d2822d506bebeaa16f20be499cd5df Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 8 Aug 2020 11:04:19 -0700 Subject: [PATCH] Fix allow_failures to allow all three Python 3.9 builds to fail --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3628fe8a..0dc533de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,9 @@ aliases: jobs: fast_finish: true allow_failures: - - python: 3.9-dev + - name: Python 3.9 on Windows + - name: Python 3.9 on Linux + - name: Python 3.9 on MacOS - python: nightly include: