Run tests on Windows

This commit is contained in:
Mike Naberezny 2021-12-26 16:16:29 -08:00
parent cdec5df4ef
commit 73f68ff652
1 changed files with 4 additions and 2 deletions

View File

@ -4,11 +4,13 @@ on: [push]
jobs:
build:
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8]
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10"]
os: [ubuntu-18.04, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2