From 5c47700d315161c4f40a900e7ad90557a33f0998 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Tue, 10 Jul 2018 18:44:27 +0100 Subject: [PATCH] Add platform-specific notes to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5d818c5f..817d5c47 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,9 @@ Shell command to run tests after the build. The wheel will be installed automati Example: `nosetests {project}/tests` +Platform-specific variants also available: +`CIBW_TEST_COMMAND_MACOS` | `CIBW_TEST_COMMAND_WINDOWS` | `CIBW_TEST_COMMAND_LINUX` + | Environment variable: `CIBW_TEST_REQUIRES` | --- @@ -248,6 +251,9 @@ Space-separated list of dependencies required for running the tests. Example: `pytest` Example: `nose==1.3.7 moto==0.4.31` +Platform-specific variants also available: +`CIBW_TEST_REQUIRES_MACOS` | `CIBW_TEST_REQUIRES_WINDOWS` | `CIBW_TEST_REQUIRES_LINUX` + -- #### Example YML syntax