Add note about shell use on mac and linux

This commit is contained in:
Joe Rickerby
2018-07-10 18:46:10 +01:00
committed by GitHub
parent 5c47700d31
commit 0789842ef0
+2
View File
@@ -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: