-------------------
* refactor(async_retrier): simplify coroutine wrapper
* feat(whitelist): add whitelist and blacklist support
* feat(tests): add missing test cases for whitelist
* feat(retry): pass error_evaluator param
* fix(retrier): cast delay to float
* fix(tests): use valid exception for Python 2.7
* feat(6): add custom error whilelist and custom error evaluator function
* Merge pull request 8 from tsarpaul/master
* refactor(decorator): do not expose retrier instance