Changes
* Args `failure_timeout` and `circuit_timeout` of CircuitBreaker to have a default value
* Call `expire` after `incr` to prevent keys on storage without TTL
* Remove unnecessary `storage.add` calls
Added
* Upload to pypi on travis CI
* Expire method on storage interface
* DjangoAdapter an adapter to django cache framework