From 2e451eff3f89b9940a59163c7ac571b2337fb0f3 Mon Sep 17 00:00:00 2001 From: Maurizio Porrato Date: Fri, 18 Aug 2023 18:55:18 +0100 Subject: [PATCH] Add tox-gh-actions --- pyproject.toml | 1 + tox.ini | 6 ++++++ 2 files changed, 7 insertions(+) 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