Update README.md

This commit is contained in:
Joe Rickerby
2017-04-10 22:58:05 +01:00
committed by GitHub
parent c53d79557e
commit db09cfc4a9
+2 -2
View File
@@ -132,7 +132,7 @@ Space-separated list of dependencies required for running the tests.
Example: `pytest`
Example: `nose==1.3.7 moto==0.4.31`
| Environment variable: `CIBW_SKIP` | 🔶 coming soon 🔶
| Environment variable: `CIBW_SKIP` | 🔶 [coming soon](https://github.com/joerick/cibuildwheel/issues/3) 🔶
| --- | ---
Optional.
@@ -149,7 +149,7 @@ You can also use shell-style globbing syntax (as per `fnmatch`)
Example: `cp27-macosx_10_6_intel ` (don't build on Python 2 on Mac)
Example: `cp27-win*` (don't build on Python 2.7 on Windows)
Example: `cp34-*` (don't build on Python 3.4)
Example: `cp34-* cp35-*` (don't build on Python 3.4 or Python 3.5)
--