mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-10-29 19:47:00 +00:00
Add python3.9 tests to CI
This commit is contained in:
parent
eebd16383d
commit
e96f4fb5e5
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -17,6 +17,8 @@ jobs:
|
|||||||
toxenv: py37
|
toxenv: py37
|
||||||
- version: 3.8
|
- version: 3.8
|
||||||
toxenv: py38
|
toxenv: py38
|
||||||
|
- version: 3.9
|
||||||
|
toxenv: py39
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ matrix.python.version }}
|
- name: Set up Python ${{ matrix.python.version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user