Do not fail fast when matrix build fails

This commit is contained in:
Paulo Henrique Silva 2019-11-28 00:45:00 -03:00 committed by GitHub
parent d793c9902f
commit 634edac438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ on: [push]
jobs:
test:
strategy:
fail-fast: false
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]