Skip to content

Commit 37cf75c

Browse files
committed
Upgrade to tox v4
1 parent bf0dad7 commit 37cf75c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tox.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[tox]
2-
envlist =
2+
requires =
3+
tox>=4.2
4+
env_list =
35
py3{11, 10, 9, 8}-dj42
46
py3{11, 10, 9, 8}-dj41
57
py3{10, 9, 8}-dj32
68
py3{12, 11, 10}-djmain
79
isolated_build = true
810

911
[testenv]
12+
package = wheel
13+
wheel_build_env = .pkg
1014
deps =
1115
covdefaults
1216
coverage[toml]
@@ -17,7 +21,7 @@ deps =
1721
pass_env =
1822
FORCE_COLOR
1923
NO_COLOR
20-
setenv =
24+
set_env =
2125
DJANGO_SETTINGS_MODULE = simple_menu.test_settings
2226
commands =
2327
coverage run -m django test -v2 {posargs:simple_menu}

0 commit comments

Comments
 (0)