mirror of
https://github.com/django-components/django-components.git
synced 2025-09-28 08:24:46 +00:00
Avoid building new wheel for each env.
This commit is contained in:
parent
8d9ea4b7e4
commit
3b810fbd76
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
@ -24,6 +24,7 @@ isolated_build = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
package = wheel
|
package = wheel
|
||||||
|
wheel_build_env = .pkg
|
||||||
deps =
|
deps =
|
||||||
django42: Django>=4.2,<4.3
|
django42: Django>=4.2,<4.3
|
||||||
django50: Django>=5.0,<5.1
|
django50: Django>=5.0,<5.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue