1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-24 17:16:13 +01:00

Fix tox315 toxenv

This commit is contained in:
Miro Hrončok 2022-02-18 19:31:02 +01:00
parent fa84635096
commit 931f41066b
2 changed files with 6 additions and 6 deletions

View File

@ -24,19 +24,19 @@ jobs:
# Generate it by: tox -l | sed "s/^/- /" # Generate it by: tox -l | sed "s/^/- /"
- py36-toxrelease - py36-toxrelease
- py36-toxmaster - py36-toxmaster
- py36-toxtox315 - py36-tox315
- py37-toxrelease - py37-toxrelease
- py37-toxmaster - py37-toxmaster
- py37-toxtox315 - py37-tox315
- py38-toxrelease - py38-toxrelease
- py38-toxmaster - py38-toxmaster
- py38-toxtox315 - py38-tox315
- py39-toxrelease - py39-toxrelease
- py39-toxmaster - py39-toxmaster
- py39-toxtox315 - py39-tox315
- py310-toxrelease - py310-toxrelease
- py310-toxmaster - py310-toxmaster
- py310-toxtox315 - py310-tox315
# Use GitHub's Linux Docker host # Use GitHub's Linux Docker host
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -2,7 +2,7 @@
# This information is repeated in .github/workflows/main.yaml # This information is repeated in .github/workflows/main.yaml
# (see https://github.com/fedora-python/tox-github-action/issues/8) # (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] [testenv]
deps= deps=