Fix allow_failures to allow all three Python 3.9 builds to fail

This commit is contained in:
Micah Jerome Ellison 2020-08-08 11:04:19 -07:00
parent 6343f28ec1
commit baaf2bef18

View file

@ -62,7 +62,9 @@ aliases:
jobs: jobs:
fast_finish: true fast_finish: true
allow_failures: 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 - python: nightly
include: include: