Skip to content

Commit

Permalink
pyproject: add cibuildwheel test
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed May 4, 2024
1 parent ea2b111 commit 54efa6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"
where = ["src"]

[tool.setuptools.package-data]
mpy_cross_v6_1 = ["mpy-cross*"]
mpy_cross_v6_2 = ["mpy-cross*"]

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

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

0 comments on commit 54efa6e

Please sign in to comment.