1
0
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:
Lumir Balhar 2022-02-25 09:32:23 +01:00 committed by Miro Hrončok
parent 3e9cd58704
commit 463c745f6e
2 changed files with 7 additions and 13 deletions

View File

@ -22,21 +22,16 @@ jobs:
# This information is repeated in tox.ini # This information is repeated in tox.ini
# (see https://github.com/fedora-python/tox-github-action/issues/8) # (see https://github.com/fedora-python/tox-github-action/issues/8)
# Generate it by: tox -l | sed "s/^/- /" # Generate it by: tox -l | sed "s/^/- /"
- py36-toxrelease - py36-tox3
- py36-toxmaster - py36-toxmaster
- py36-tox315 - py37-tox3
- py37-toxrelease
- py37-toxmaster - py37-toxmaster
- py37-tox315 - py38-tox3
- py38-toxrelease
- py38-toxmaster - py38-toxmaster
- py38-tox315 - py39-tox3
- py39-toxrelease
- py39-toxmaster - py39-toxmaster
- py39-tox315 - py310-tox3
- py310-toxrelease
- py310-toxmaster - py310-toxmaster
- py310-tox315
- py37-tox4 - py37-tox4
- py38-tox4 - py38-tox4
- py39-tox4 - py39-tox4

View File

@ -2,14 +2,13 @@
# 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,315},{py37,py38,py39,py310}-tox4 envlist = {py36,py37,py38,py39,py310}-tox{3,master},{py37,py38,py39,py310}-tox4
[testenv] [testenv]
extras = extras =
tests tests
deps= deps=
tox315: tox >=3.15,<3.16 tox3: tox < 4
toxrelease: tox < 4
toxmaster: git+https://github.com/tox-dev/tox.git@legacy toxmaster: git+https://github.com/tox-dev/tox.git@legacy
tox4: git+https://github.com/tox-dev/tox.git@rewrite tox4: git+https://github.com/tox-dev/tox.git@rewrite
commands = commands =