syntax error

This commit is contained in:
Andrew Cassidy 2022-04-09 22:24:35 -07:00
parent e5ccdbb4f4
commit eaca455a08

View File

@ -56,7 +56,7 @@ package-dir = { '' = '.' } # without this line, C++ source files get included in
[tool.cibuildwheel]
build = "cp{37,38,39,310}-*"
test-command = "python -m unittest --verbose
test-command = "python -m unittest --verbose"
test-extras = ["tests"]
manylinux-x86_64-image = "manylinux2014"
manylinux-aarch64-image = "manylinux2014"