Skip to content

Commit 9ae841a

Browse files
committed
Update ci.yml
1 parent 4acedd0 commit 9ae841a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
python: ['3.6', '3.7']
17+
python: ['3.6', '3.7', '3.8', '3.9']
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
2525
- run: tox -e mypy

0 commit comments

Comments
 (0)