Skip to content

Commit f0f7e85

Browse files
committed
Update tox.ini to tox4
1 parent 8cfa8de commit f0f7e85

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

tox.ini

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
[tox]
2-
envlist = py37, py38, py39, py310
3-
isolated_build = true
4-
skipsdist = true
5-
2+
envlist = py39, py310, py311, py312
63

74
[testenv]
8-
whitelist_externals = poetry
9-
commands=
10-
poetry install -v
11-
poetry run python -m unittest
12-
poetry run comparefiles --help
5+
skip_install = true
6+
allowlist_externals = poetry
7+
commands_pre =
8+
poetry install
9+
commands =
10+
poetry run pytest

0 commit comments

Comments
 (0)