Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools

- name: Install tox
- name: Install tox and tox-gh-actions
run: |
python -m pip install tox
python -m pip install tox tox-gh-actions

- name: Run tox
run: |
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
"3.11.0-rc - 3.11": py311
3.11: py311

[testenv:{py37, py38, py39, py310, py311}]
description = Run coverage
Expand Down