diff --git a/test-requirements.txt b/test-requirements.txt index 204f9f4..cec4c67 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,3 +7,4 @@ invoke docutils mock pytest-django +tox-gh-actions diff --git a/tox.ini b/tox.ini index 0e8fac4..4c132c7 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =