8000 pyproject: add cibuildwheel test · pybricks/python-mpy-cross@8436b37 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8436b37

Browse files
committed
pyproject: add cibuildwheel test
1 parent aa4d86d commit 8436b37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515
where = ["src"]
1616

1717
[tool.setuptools.package-data]
18-
mpy_cross_v6_1 = ["mpy-cross*"]
18+
mpy_cross_v6_2 = ["mpy-cross*"]
1919

2020
[tool.pytest.ini_options]
2121
pythonpath = ["build/lib"]
@@ -26,3 +26,5 @@ extend-exclude = "micropython"
2626

2727
[tool.cibuildwheel]
2828
build = "cp38-*"
29+
test-requires = "pytest"
30+
test-command = "pytest {project}/tests"

0 commit comments

Comments
 (0)
0