Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Oct 21, 2023
1 parent f757211 commit 66aee8a
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ envlist =
py38
py39
py310
py311-dev
py311
py312
py313-dev
pypy36
pypy37
pypy38
Expand All @@ -41,7 +43,18 @@ requires =
virtualenv!=20.16.0

[envlists]
test = py36, py37, py38, py39, py310, py311-dev, pypy36, pypy37, pypy38
test =
py36
py37
py38
py39
py310
py311
py312
py313-dev
pypy36
pypy37
pypy38
qa = mypy, lint
cov = py37, coverage
raspi = py38, py39, mypy
Expand All @@ -62,6 +75,16 @@ setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1

[testenv:py313-dev]
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1

[testenv:py312]
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1

[testenv:docs]
setenv = SHOW_TODOS = 1
passenv = SPHINX_BUILDER
Expand Down

0 comments on commit 66aee8a

Please sign in to comment.