diff --git a/pyproject.toml b/pyproject.toml index 46768ce..d7e17d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ test = [ "pytest>=7.4.0", "pytest-cov>=4.1.0", "tox-pdm>=0.6.1", + "tox-gh-actions>=3.1.3", ] lint = [ "black>=23.3.0", diff --git a/tox.ini b/tox.ini index 3dc036a..aac50eb 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,12 @@ envlist = py{39,310,311,py39} isolated_build = True ; This is required for a pyproject.toml based project. +[gh-actions] +python = + 3.9: py39 + 3.10: py310 + 3.11: py311 + [testenv] groups = ; Dependency groups in pyproject.toml dev