Skip to content

Commit

Permalink
test Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Dec 21, 2020
1 parent a30ef8b commit d41555c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

[tox]
envlist =
py37-nocov,
py38-{cov,mypy,lint,docs}
py3{7,8}-nocov,
py39-{cov,mypy,lint,docs}

[gh-actions]
python =
3.7: py37-nocov
3.8: py38-{cov,mypy,lint,docs}
3.8: py38-nocov
3.9: py39-{cov,mypy,lint,docs}

[testenv]
wheel = true
Expand Down

0 comments on commit d41555c

Please sign in to comment.