Skip to content

Commit d028196

Browse files
committed
Add package building to ci
1 parent 5f4f1ae commit d028196

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tox.ini

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

78
[testenv]
89
description = run the tests with pytest
@@ -12,3 +13,11 @@ deps =
1213
pytest>=6
1314
commands =
1415
pytest {tty:--color=yes} {posargs}
16+
17+
[testenv:package]
18+
description = build package
19+
package = skip
20+
deps =
21+
build
22+
commands =
23+
pyproject-build --verbose

0 commit comments

Comments
 (0)