From 931f41066b9e7a96a563a18294f9ac203270f9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 18 Feb 2022 19:31:02 +0100 Subject: [PATCH] Fix tox315 toxenv --- .github/workflows/main.yaml | 10 +++++----- tox.ini | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 449efde..dd5ceb9 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -24,19 +24,19 @@ jobs: # Generate it by: tox -l | sed "s/^/- /" - py36-toxrelease - py36-toxmaster - - py36-toxtox315 + - py36-tox315 - py37-toxrelease - py37-toxmaster - - py37-toxtox315 + - py37-tox315 - py38-toxrelease - py38-toxmaster - - py38-toxtox315 + - py38-tox315 - py39-toxrelease - py39-toxmaster - - py39-toxtox315 + - py39-tox315 - py310-toxrelease - py310-toxmaster - - py310-toxtox315 + - py310-tox315 # Use GitHub's Linux Docker host runs-on: ubuntu-latest diff --git a/tox.ini b/tox.ini index 4450e0f..3834b7d 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ # This information is repeated in .github/workflows/main.yaml # (see https://github.com/fedora-python/tox-github-action/issues/8) -envlist = {py36,py37,py38,py39,py310}-tox{release,master,tox315} +envlist = {py36,py37,py38,py39,py310}-tox{release,master,315} [testenv] deps=