Skip to content

Commit

Permalink
Update tox to use wheels in testenv
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Jul 12, 2023
1 parent 8736402 commit 8a42470
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ python =
3.11: py311

[testenv]
package = editable
package = wheel
wheel_build_env = .pkg

setenv =
PYTHONPATH = {toxinidir}
DJANGO_SETTINGS_MODULE = tests.settings
Expand Down Expand Up @@ -45,6 +47,7 @@ commands =
description = Test with latest Wagtail main branch

[testenv:interactive]
package = editable
description = An interactive environment for local testing purposes
base_python = python3.11

Expand Down

0 comments on commit 8a42470

Please sign in to comment.