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: jobs:
build: build:
name: Python ${{ matrix.python-version }} / ${{ matrix.os }}
runs-on: ubuntu-latest runs-on: ${{ matrix.os }}
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
python-version: [3.6, 3.7, 3.8] python-version: [3.6, 3.7, 3.8]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1