add Travis badge to README

currently it points to my repo
This commit is contained in:
Mikhail Korobov 2015-04-17 04:04:02 +05:00
parent 4c979245b5
commit ecc79f9629
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
tqdm 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! 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) ![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 Please make sure tox (http://tox.testrun.org/) is installed and type
`tox` from the command line `tox` from the command line.