Don't cancel all builds if one fails (#783)

* Don't cancel all builds if one fails

* Try disabling fast failing

continue-on-error will show failed builds as green

* fix yaml fail
This commit is contained in:
Hynek Schlawack 2021-03-22 08:04:17 +01:00 committed by GitHub
parent e01ddbe307
commit 150c7c3723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
USING_COVERAGE: "2.7,3.7,3.8"
strategy:
fail-fast: false
matrix:
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10.0-alpha - 3.10", "pypy2", "pypy3"]