Skip to content

Commit

Permalink
tests: enable 'tox -p'
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Aug 2, 2024
1 parent 7ccca7b commit ab08d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
lint,
py37,py38,py39,py310,py311,py312,pypy3,
py38,py39,py310,py311,py312,pypy3,
docs,
coverage
isolated_build = True
Expand All @@ -23,6 +23,7 @@ deps =
coverage
setenv =
COVERAGE_FILE=.coverage
depends = py38,py39,py310,py311,py312,pypy3

[testenv:docs]
allowlist_externals =
Expand Down

0 comments on commit ab08d8d

Please sign in to comment.