Skip to content

Commit

Permalink
Bring back tox-gh-actions (#325)
Browse files Browse the repository at this point in the history
Seems it works how we need now - Lets see if CI agrees ...

Fixes #300
  • Loading branch information
cooperlees committed Dec 23, 2022
1 parent 6be3807 commit e1ad032
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit e1ad032

Please sign in to comment.