1
0
Fork 0
mirror of synced 2024-06-26 18:10:24 +12:00

add tests for windows

This commit is contained in:
Nick Sweeting 2020-12-11 18:44:53 +02:00
parent e6a77dc8b1
commit ec2c2f5bea

View file

@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python: [3.7, 3.8]
os: [ubuntu-latest, macos-latest, windows-latest]
python: [3.7]
steps:
- uses: actions/checkout@v2