This repository was archived by the owner on Aug 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 33 - " 2.6"
44 - " 2.7"
55 - " 3.4"
6- install : pip install -r requirements.txt
6+ install :
7+ - pip install -r requirements.txt
8+ - pip install coveralls
79script : make check
10+ after_success : coveralls
811notifications :
912 email : false
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ check: pep8 pyflakes test
2525 @coverage report | grep 100% > /dev/null || { echo ' Unit tests coverage is incomplete.' ; exit 1; }
2626
2727docs :
28- @python -c ' import backoff ; print "# backoff" ; print "\n[](https://travis-ci.org/litl/backoff?branch=master)" ; print backoff.__doc__' > README.md
28+ @python -c ' import backoff ; print "# backoff" ; print "\n[](https://travis-ci.org/litl/backoff?branch=master) [](https://coveralls.io/r/edx/opaque-keys ?branch=master)" ; print backoff.__doc__' > README.md
Original file line number Diff line number Diff line change 11# backoff
22
3- [ ![ Build Status] ( https://travis-ci.org/litl/backoff.png ?branch=master )] ( https://travis-ci.org/litl/backoff?branch=master )
3+ [ ![ Build Status] ( https://travis-ci.org/litl/backoff.svg ?branch=master )] ( https://travis-ci.org/litl/backoff?branch=master ) [ ![ Coverage Status ] ( https://coveralls.io/repos/litl/backoff/badge.svg?branch=master )] ( https://coveralls.io/r/edx/opaque-keys ?branch=master)
44
55Function decoration for pluggable backoff and retry
66
You can’t perform that action at this time.
0 commit comments