Enable Windows 2019

This commit is contained in:
Dave Halter
2020-12-26 03:35:28 +01:00
parent 3d7ad50f57
commit 3e4070bbb3

View File

@@ -3,7 +3,7 @@ on: push
jobs:
tests:
# Set the type of machine to run on
runs-on: ubuntu-20.04
runs-on: [ubuntu-20.04, windows-2019]
strategy:
matrix:
environment: ['3.8', '3.9', '3.7', '3.6', 'interpreter']