Skip to content

Commit 5eeb599

Browse files
committed
Format tox
1 parent af02960 commit 5eeb599

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
requires =
33
tox>=4.27
44
env_list =
5-
py3,package
5+
py3
6+
package
67

78
[testenv]
89
description = run the tests with pytest
@@ -16,7 +17,7 @@ commands =
1617
[testenv:package]
1718
description = build package
1819
package = skip
19-
wheel_build_env =
20+
wheel_build_env =
2021
deps =
2122
build
2223
commands =

0 commit comments

Comments
 (0)