danielfm / pybreaker

Python implementation of the Circuit Breaker pattern.
BSD 3-Clause "New" or "Revised" License
512 stars 74 forks source link

Add travis config & fix test reference #11

Closed phillbaker closed 7 years ago

phillbaker commented 7 years ago

When running the tests, found (what appears to be) an artifact of the cleanup in c046c2f. Also added a travis config since I've found that helpful in the past - I can split up this PR as well if the travis config doesn't make sense.

A passing build can be found here: https://travis-ci.org/phillbaker/pybreaker/builds/214252529

danielfm commented 7 years ago

Awesome, thanks!