Skip to content

Commit 2cd8083

Browse files
committed
build: Install wheel instead of sdist into tox environments.
This avoids building the package separately for each environment.
1 parent 79aff1b commit 2cd8083

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ passenv =
66
CI
77

88
[testenv]
9+
package = wheel
10+
wheel_build_env = .pkg
911
extras = testing
1012
constraints = dependencies/default/constraints.txt
1113
deps = -r dependencies/default/requirements.txt

0 commit comments

Comments
 (0)