From 08a229cf25df3e245e1dbe0829875a36c539fe46 Mon Sep 17 00:00:00 2001 From: Jonathan Martin Date: Mon, 5 Nov 2018 01:28:34 +0100 Subject: [PATCH] Add build and coveralls status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8a25774..83dc548 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # A simple asyncio wrapper attempting to look like Trio +[![Build Status](https://travis-ci.org/RouquinBlanc/traio.svg?branch=master)](https://travis-ci.org/RouquinBlanc/traio) [![Coverage Status](https://coveralls.io/repos/github/RouquinBlanc/traio/badge.svg?branch=master)](https://coveralls.io/github/RouquinBlanc/traio?branch=master) + When going deeper and deeper with asyncio, and managing a lot of tasks in parallel, you notice that on top of having a lot to deal with to keep an eye on all your task, but you also end up always doing the