From 0cd3e426bc3a6e64f3a1ba3ab636c4a5b8abe36f Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 22 Apr 2019 19:05:34 +0100 Subject: [PATCH] Minor formatting fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bfa69ab..ddcf342c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ What does it do? | Python 3.6 | ✅ | ✅ | ✅ | ✅ | ✅ | | Python 3.7 | ✅ | ✅ | ✅ | ✅ | ✅ | -> * Not supported on Azure Pipelines +> \* Not supported on Azure Pipelines - Builds manylinux, macOS and Windows (32 and 64bit) wheels using Azure Pipelines, Travis CI, Appveyor, and CircleCI - Bundles shared library dependencies on Linux and macOS through [auditwheel](https://github.com/pypa/auditwheel) and [delocate](https://github.com/matthew-brett/delocate) @@ -310,7 +310,7 @@ Examples: - Skip Python 3.6 on Linux: `CIBW_SKIP`:`cp36-manylinux*` - Only build on Python 3 and skip 32-bit builds: `CIBW_BUILD`:`cp3?-*` and `CIBW_SKIP`:`*-win32 *-manylinux1_i686` -** +*** | Environment variable: `CIBW_BUILD_VERBOSITY` | ---