From 9eb5a64cb683a23878b7b64af058874ff4d1ed98 Mon Sep 17 00:00:00 2001 From: Marc Schlaich Date: Mon, 25 Mar 2013 13:19:27 +0100 Subject: [PATCH] Added Travis status to README. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 485721a33c..c35f072d69 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ Highlights ========== +.. image:: https://travis-ci.org/shazow/urllib3.png?branch=master + :target: https://travis-ci.org/shazow/urllib3 + - Re-use the same socket connection for multiple requests (``HTTPConnectionPool`` and ``HTTPSConnectionPool``) (with optional client-side certificate verification).