Skip to content

Commit b8d92eb

Browse files
Run tests on windows in CI
1 parent f893e8b commit b8d92eb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ on: [push, pull_request]
44

55
jobs:
66
python:
7-
runs-on: ubuntu-latest
7+
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10+
os: [ubuntu-latest, windows-latest]
1011
python-version: ["3.6", "3.7", "3.8", "3.9"]
1112

1213
steps:
@@ -23,4 +24,4 @@ jobs:
2324

2425
- name: Test with pytest
2526
run: |
26-
pytest --cov=transloadit tests
27+
pytest --cov=transloadit tests

0 commit comments

Comments
 (0)