From 82f06c5f7ba2c71d47c22b86b5ad77334b0e9ba8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Tue, 12 Feb 2019 19:34:15 -0600
Subject: [PATCH] Add Travis badge to README

---
 README.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 4f75c30d..e82218b8 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,10 @@ PyOpenCL: Pythonic Access to OpenCL, with Arrays and Algorithms
 .. image:: https://gitlab.tiker.net/inducer/pyopencl/badges/master/pipeline.svg
    :target: https://gitlab.tiker.net/inducer/pyopencl/commits/master
 .. image:: https://badge.fury.io/py/pyopencl.png
-  :target: http://pypi.python.org/pypi/pyopencl
+   :target: http://pypi.python.org/pypi/pyopencl
+.. image:: https://travis-ci.org/inducer/pyopencl.svg?branch=master
+   :target: https://travis-ci.org/inducer/pyopencl
+(Travis only builds binary wheels for releases, see `#264 <https://github.com/inducer/pyopencl/pull/264>`_)
 
 PyOpenCL lets you access GPUs and other massively parallel compute
 devices from Python. It tries to offer computing goodness in the
-- 
GitLab