Skip to content

Commit

Permalink
Merge pull request #4 from neverendingqs/build/addcoverallsbadge
Browse files Browse the repository at this point in the history
Adding coveralls badge to readme.
  • Loading branch information
neverendingqs committed Sep 7, 2015
2 parents b8c9344 + b66a2cd commit b7a9556
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Coverage Status](https://coveralls.io/repos/neverendingqs/pyiterable/badge.svg?branch=master&service=github)](https://coveralls.io/github/neverendingqs/pyiterable?branch=master)

# Pyiterable

Python comes with some nice built-in methods for operating on iterables, but it can get messy really quickly if you want to transform an iterable multiple times. Write more expressive code by chaining built-in transformations with this module.
Expand Down

0 comments on commit b7a9556

Please sign in to comment.