From 970ee70312668702235fd249d87169276a0bfc86 Mon Sep 17 00:00:00 2001 From: Michael Yong Date: Mon, 10 Oct 2016 16:34:37 -0700 Subject: [PATCH] Add travis-ci status in README --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 7940c76..add623f 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,8 @@ .. image:: http://i.imgur.com/jCPNyOa.png +.. image:: https://travis-ci.org/quora/asynq.svg?branch=master + :target: https://travis-ci.org/quora/asynq + ``asynq`` is a library for asynchronous programming in Python with a focus on batching requests to external services. It also provides seamless interoperability with synchronous code, support for asynchronous context managers, and tools to make writing and testing asynchronous code easier.