From 32eb1b2dee0b6bef199577251ec9262864513dc1 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Tue, 21 Mar 2017 09:50:25 +0000 Subject: [PATCH] Add some lovely badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e3fdfb34..d71564c1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ cibuildwheel ============ +[![PyPI](https://img.shields.io/pypi/v/cibuildwheel.svg)](https://pypi.python.org/pypi/cibuildwheel) [![Build Status](https://travis-ci.org/joerick/cibuildwheel.svg?branch=master)](https://travis-ci.org/joerick/cibuildwheel) [![Build status](https://ci.appveyor.com/api/projects/status/wbsgxshp05tt1tif/branch/master?svg=true)](https://ci.appveyor.com/project/joerick/cibuildwheel/branch/master) + Python wheels are great. Building them across **Mac, Linux, Windows**, on **multiple versions of Python**, is not. `cibuildwheel` is here to help. `cibuildwheel` runs on your CI server - currently it supports Travis CI and Appveyor - and it builds and tests your wheels across all of your platforms.