From b60a5beca2cf543d8ea34bd61683aa575e79684e Mon Sep 17 00:00:00 2001 From: Mike Manger Date: Mon, 25 Nov 2024 15:03:48 +0000 Subject: [PATCH] Use tox-gh --- .github/workflows/pipeline.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index dfb1492..555834a 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -40,7 +40,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install tox tox-gh-actions + pip install tox tox-gh - name: Test with tox env: SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }} diff --git a/pyproject.toml b/pyproject.toml index d37c382..0660a4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ legacy_tox_ini = """ django{5}-py{310,311,312}-sendgrid{5,6} django{51}-py{310,311,312,313}-sendgrid{5,6} - [gh-actions] + [gh] python = 3.7: py37 3.8: py38