Skip to content

Commit 3d76eed

Browse files
committed
Remove bits of tox config that are efficient
This should resolve a failure in CI caused by Python 3.6.
1 parent 13e194b commit 3d76eed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tox.ini

-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
[tox]
2-
min_version = 4.3.5
3-
42
envlist =
53
coverage_erase
64
py{3.13, 3.12, 3.11, 3.10, 3.9, 3.8, 3.7, 3.6}
@@ -11,9 +9,6 @@ isolated_build = True
119

1210

1311
[testenv]
14-
package = wheel
15-
wheel_build_env = build_wheel
16-
1712
depends =
1813
py{3.13, 3.12, 3.11, 3.10, 3.9, 3.8, 3.7, 3.6}: coverage_erase
1914
deps =

0 commit comments

Comments
 (0)