Add macOS and Windows environments for tests

This commit is contained in:
Dan 2020-11-20 02:07:29 +01:00
parent bf7bd45f1c
commit 63b3a61ae4

View File

@ -5,9 +5,10 @@ on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
steps: