We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a62b64 commit d9023abCopy full SHA for d9023ab
pyproject.toml
@@ -17,6 +17,8 @@ ignore_missing_imports = true
17
18
[tool.cibuildwheel]
19
before-build = "python -m pip install --upgrade pip wheel setuptools setuptools_scm"
20
+test-requires = "pyusb"
21
+test-command = 'python {project}/test.py'
22
build-verbosity = 1
23
24
[tool.cibuildwheel.linux]
0 commit comments