Skip to content

Commit

Permalink
Use tox-gh-actions (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio authored Nov 5, 2023
1 parent 380be02 commit 00b117a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements_testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ pytest-icdiff==0.8
ruff==0.1.3
setuptools==68.2.2
tox==4.11.3
tox-gh-actions==3.1.3
mypy==1.6.1
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
envlist = py39, py310, py311, py312, ruff, typing, lint, pylint
skip_missing_interpreters = True

[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py310, ruff, typing, lint, pylint
3.12: py312

[testenv]
setenv =
PYTHONPATH = {toxinidir}
Expand Down

0 comments on commit 00b117a

Please sign in to comment.