Skip to content

Commit b1e6006

Browse files
authored
Run CI for Windows
As a precursor to #143
1 parent 46f2ea3 commit b1e6006

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ jobs:
66

77
tests:
88

9-
runs-on: ubuntu-latest
109
strategy:
1110
matrix:
1211
python-version: [3.5, 3.6, 3.7, 3.8]
12+
include:
13+
- os: windows-latest
14+
python-version: 3.7
15+
16+
runs-on: ${{ matrix.os }}
1317

1418
steps:
1519
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)