Skip to content

Commit e1ad032

Browse files
authored
Bring back tox-gh-actions (#325)
Seems it works how we need now - Lets see if CI agrees ... Fixes #300
1 parent 6be3807 commit e1ad032

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip setuptools
2727
28-
- name: Install tox
28+
- name: Install tox and tox-gh-actions
2929
run: |
30-
python -m pip install tox
30+
python -m pip install tox tox-gh-actions
3131
3232
- name: Run tox
3333
run: |

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python =
99
3.8: py38
1010
3.9: py39
1111
3.10: py310
12-
"3.11.0-rc - 3.11": py311
12+
3.11: py311
1313

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

0 commit comments

Comments
 (0)