Skip to content

Commit

Permalink
#7 Add Travis CI build status image
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlin-mladenov committed May 6, 2017
1 parent aef8f72 commit 3ca798a
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,6 +1,8 @@
# fcache
fcache caches the result of function calls to memory or disk. When the same function is called with the same arguments the cached result is returned instead of recomputing it. This behavior is ideal for caching results of long running, computationally intensive functions. fcache has been designed for data heavy tasks and works well with `numpy arrays`, `panda dataframes` and inside `ipython` notebooks.

[![Build Status](https://travis-ci.org/svetlin-mladenov/fcache.svg?branch=master)](https://travis-ci.org/svetlin-mladenov/fcache)


## Features

Expand Down

0 comments on commit 3ca798a

Please sign in to comment.