We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acedd0 commit 83435adCopy full SHA for 83435ad
.github/workflows/ci.yml
@@ -13,13 +13,12 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
17
python: ['3.6', '3.7']
18
steps:
19
- uses: actions/checkout@v2
20
- uses: actions/setup-python@v2
21
with:
22
python-version: ${{ matrix.python }}
23
- - run: python -mpip install --upgrade setuptools pip tox virtualenv
+ - run: python -m pip install --upgrade setuptools pip tox virtualenv
24
- run: tox -e py
25
- - run: tox -e mypy
0 commit comments