From 6f7ded97599aea617660df33276ebfca7131c853 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 26 Feb 2018 09:09:37 -0500 Subject: [PATCH] travis badge Signed-off-by: Kenneth Reitz --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 5931b8d..321102e 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ Requests-HTML: HTML Parsing for Humans™ ======================================= +.. image:: https://travis-ci.org/kennethreitz/requests-html.svg?branch=master + :target: https://travis-ci.org/kennethreitz/requests-html + This library intends to make parsing HTML (e.g. scraping the web) as simple and intuitive as possible.