Skip to content

Commit 94ffc2b

Browse files
authored
Merge pull request #716 from kazukazuinaina/add-windows-test
[add] windows and macos test for tox
2 parents 0be1fd6 + fde2527 commit 94ffc2b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ on:
99
jobs:
1010
test:
1111
name: Test
12-
runs-on: ubuntu-latest
12+
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15+
os: [windows-latest, ubuntu-latest, macos-latest]
1516
python-version: [2.7, 3.9]
1617

1718
steps:
@@ -29,5 +30,5 @@ jobs:
2930
3031
- name: Run Test
3132
run: |
32-
cd $GITHUB_WORKSPACE/python
33+
cd python
3334
tox -e py

0 commit comments

Comments
 (0)