Skip to content

Commit 83435ad

Browse files
committed
Update ci.yml
1 parent 4acedd0 commit 83435ad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, macos-latest]
16+
os: [ubuntu-latest, macos-latest, windows-latest]
1717
python: ['3.6', '3.7']
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-python@v2
2121
with:
2222
python-version: ${{ matrix.python }}
23-
- run: python -mpip install --upgrade setuptools pip tox virtualenv
23+
- run: python -m pip install --upgrade setuptools pip tox virtualenv
2424
- run: tox -e py
25-
- run: tox -e mypy

0 commit comments

Comments
 (0)