Skip to content

Commit 931f410

Browse files
committed
Fix tox315 toxenv
1 parent fa84635 commit 931f410

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ jobs:
2424
# Generate it by: tox -l | sed "s/^/- /"
2525
- py36-toxrelease
2626
- py36-toxmaster
27-
- py36-toxtox315
27+
- py36-tox315
2828
- py37-toxrelease
2929
- py37-toxmaster
30-
- py37-toxtox315
30+
- py37-tox315
3131
- py38-toxrelease
3232
- py38-toxmaster
33-
- py38-toxtox315
33+
- py38-tox315
3434
- py39-toxrelease
3535
- py39-toxmaster
36-
- py39-toxtox315
36+
- py39-tox315
3737
- py310-toxrelease
3838
- py310-toxmaster
39-
- py310-toxtox315
39+
- py310-tox315
4040

4141
# Use GitHub's Linux Docker host
4242
runs-on: ubuntu-latest

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This information is repeated in .github/workflows/main.yaml
44
# (see https://github.com/fedora-python/tox-github-action/issues/8)
5-
envlist = {py36,py37,py38,py39,py310}-tox{release,master,tox315}
5+
envlist = {py36,py37,py38,py39,py310}-tox{release,master,315}
66

77
[testenv]
88
deps=

0 commit comments

Comments
 (0)