From eaca455a08e67f3a2aa3dd6f874d8c6a444cf7c3 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Sat, 9 Apr 2022 22:24:35 -0700 Subject: [PATCH] syntax error --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac9e4be..6559e55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"