From ecc79f96291ca5f704cf56330598070d4798f89a Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Fri, 17 Apr 2015 04:04:02 +0500 Subject: [PATCH] add Travis badge to README currently it points to my repo --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68e5dea6..b749ccf6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ tqdm ==== +[![Build Status](https://img.shields.io/travis/kmike/tqdm.svg?branch=all-fixes)](https://travis-ci.org/kmike/tqdm) + Instantly make your loops show a progress meter - just wrap any iterable with "tqdm(iterable)", and you're done! ![ScreenShot](https://i.imgur.com/he9Aw5C.gif) @@ -36,4 +38,4 @@ Running tests ------------- Please make sure tox (http://tox.testrun.org/) is installed and type -`tox` from the command line \ No newline at end of file +`tox` from the command line.