Test on multiple os

This commit is contained in:
Gabriel Augendre 2019-12-27 22:48:57 +01:00 committed by GitHub
parent 1bb2f4a238
commit 788ef504f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,12 +4,13 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Python ${{ matrix.python-version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1