mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2025-01-11 08:56:14 +01:00
Drop support for tox 3.15
This commit is contained in:
parent
3e9cd58704
commit
463c745f6e
15
.github/workflows/main.yaml
vendored
15
.github/workflows/main.yaml
vendored
@ -22,21 +22,16 @@ jobs:
|
||||
# This information is repeated in tox.ini
|
||||
# (see https://github.com/fedora-python/tox-github-action/issues/8)
|
||||
# Generate it by: tox -l | sed "s/^/- /"
|
||||
- py36-toxrelease
|
||||
- py36-tox3
|
||||
- py36-toxmaster
|
||||
- py36-tox315
|
||||
- py37-toxrelease
|
||||
- py37-tox3
|
||||
- py37-toxmaster
|
||||
- py37-tox315
|
||||
- py38-toxrelease
|
||||
- py38-tox3
|
||||
- py38-toxmaster
|
||||
- py38-tox315
|
||||
- py39-toxrelease
|
||||
- py39-tox3
|
||||
- py39-toxmaster
|
||||
- py39-tox315
|
||||
- py310-toxrelease
|
||||
- py310-tox3
|
||||
- py310-toxmaster
|
||||
- py310-tox315
|
||||
- py37-tox4
|
||||
- py38-tox4
|
||||
- py39-tox4
|
||||
|
5
tox.ini
5
tox.ini
@ -2,14 +2,13 @@
|
||||
|
||||
# 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,315},{py37,py38,py39,py310}-tox4
|
||||
envlist = {py36,py37,py38,py39,py310}-tox{3,master},{py37,py38,py39,py310}-tox4
|
||||
|
||||
[testenv]
|
||||
extras =
|
||||
tests
|
||||
deps=
|
||||
tox315: tox >=3.15,<3.16
|
||||
toxrelease: tox < 4
|
||||
tox3: tox < 4
|
||||
toxmaster: git+https://github.com/tox-dev/tox.git@legacy
|
||||
tox4: git+https://github.com/tox-dev/tox.git@rewrite
|
||||
commands =
|
||||
|
Loading…
Reference in New Issue
Block a user