From 0789842ef089e51b2ee8cb1c012b0a8b599d63fa Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Tue, 10 Jul 2018 18:46:10 +0100 Subject: [PATCH] Add note about shell use on mac and linux --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 817d5c47..840266cc 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,8 @@ Optional. Shell command to run tests after the build. The wheel will be installed automatically and available for import from the tests. `{project}` can be used as a placeholder for the absolute path to the project's root and will be replaced by `cibuildwheel`. +On Linux and Mac, the command runs in a shell, so you can write things like `cmd1 && cmd2`. + Example: `nosetests {project}/tests` Platform-specific variants also available: