Skip to content

Commit

Permalink
Add Travis build status.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Oct 22, 2012
1 parent 8bdb810 commit 24db2d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
pluck: Quickly pluck "fields" from a list of values
===================================================

.. image:: https://travis-ci.org/nvie/pluck.png
:target: https://travis-ci.org/nvie/pluck


pluck is the simplest way of plucking "fields" from an iterable of values.
"Fields" are either ``item.field`` or ``item[field]``. Pluck tries both,
in that order. If nothing is found, and no default value is specified, it
Expand Down

0 comments on commit 24db2d3

Please sign in to comment.