From 92c3de26f9c2d1a19bb472d8c443ad76b19d7d88 Mon Sep 17 00:00:00 2001
From: Justin Carpentier <justin.carpentier@inria.fr>
Date: Mon, 5 Aug 2019 15:39:22 +0200
Subject: [PATCH] readme: add badges

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 8718d88..951c573 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
 EigenPy
 ======
 
+[![License](https://img.shields.io/badge/License-BSD%202--Clause-green.svg)](https://opensource.org/licenses/BSD-2-Clause)
+[![Build Status](https://travis-ci.org/stack-of-tasks/eigenpy.svg?branch=devel)](https://travis-ci.org/stack-of-tasks/eigenpy)
+[![Conda Downloads](https://anaconda.org/conda-forge/eigenpy/badges/downloads.svg)](https://anaconda.org/conda-forge/eigenpy)
+
 **EigenPy** is an open source framework which allows to bind the famous [Eigen](http://eigen.tuxfamily.org) in Python as NumPy object (as matrix or array).
 **EigenPy** also exposes the Geometry module of Eigen for easy code prototyping.
 **EigenPy** also supports the basic matrix decomposion routines of Eigen such as the Cholesky decomposition, SVD decomposition, QR decomposition, and etc.
-- 
GitLab