Skip to content

Commit

Permalink
Use tox-gh-actions (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblum authored Feb 18, 2024
1 parent 25502d2 commit 25b7aed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ invoke
docutils
mock
pytest-django
tox-gh-actions
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ envlist =
py3{8,9,10,11}-django42,
py3{10,11,12}-django50,
skip_missing_interpreters=True
[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[testenv]
commands =
Expand Down

0 comments on commit 25b7aed

Please sign in to comment.