Minor formatting fixes

This commit is contained in:
Joe Rickerby
2019-04-22 19:05:34 +01:00
committed by GitHub
parent 1e2a2e7d4d
commit 0cd3e426bc
+2 -2
View File
@@ -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`
| ---