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:
parent
e01ddbe307
commit
150c7c3723
|
@ -16,6 +16,7 @@ jobs:
|
||||||
USING_COVERAGE: "2.7,3.7,3.8"
|
USING_COVERAGE: "2.7,3.7,3.8"
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10.0-alpha - 3.10", "pypy2", "pypy3"]
|
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10.0-alpha - 3.10", "pypy2", "pypy3"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue