mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2024-12-23 16:46:14 +01:00
Fix tox315 toxenv
This commit is contained in:
parent
fa84635096
commit
931f41066b
10
.github/workflows/main.yaml
vendored
10
.github/workflows/main.yaml
vendored
@ -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
|
||||
|
2
tox.ini
2
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=
|
||||
|
Loading…
Reference in New Issue
Block a user