From 8c9345fa1f5cef0a3c2842f5e2da18b774325d57 Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Thu, 24 Oct 2019 14:00:28 +0200 Subject: [PATCH] Updated line of README mistakenly claiming Windows is not supported on Travis CI --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7016ae4c..6cbf21b3 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ What does it do? Usage ----- -`cibuildwheel` currently works **Travis CI** and **CircleCI** to build Linux and Mac wheels, and **AppVeyor** to build Windows wheels. **Azure Pipelines** supports all three. +`cibuildwheel` currently works on **Travis CI** and **Azure Pipelines** to build wheels for all three supported platforms (Linux, macOS, Windows). On **CircleCI** Linux and macOS wheels can be built, and on **AppVeyor** Windows is supported. | | Linux | macOS | Windows | |-----------------|-------|-------|---------| | Azure Pipelines | ✅ | ✅ | ✅ | -| Travis CI | ✅ | ✅ | ✅ | +| Travis CI | ✅ | ✅ | ✅ | | AppVeyor | | | ✅ | | CircleCI | ✅ | ✅ | |