martyzz1 / heroku3.py

This is the updated Python wrapper for the Heroku API V3. https://devcenter.heroku.com/articles/platform-api-reference The Heroku REST API allows Heroku users to manage their accounts, applications, addons, and other aspects related to Heroku. It allows you to easily utilize the Heroku platform from your applications.
Other
118 stars 73 forks source link

Test all versions of Python currently in support with CircleCI #104

Closed bgrant closed 3 years ago

bgrant commented 3 years ago

Test all versions of Python currently in support with CircleCI.

An attempt to do the same as #103 with CircleCI, now that I see that PR checks are done with CircleCI.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 48.33% when pulling 19db5b18b3d3b7dc644daf603bc9564d96dcceca on bgrant:feature/test-more-pythons-circleci into 12591ef8d825b8bb53616538626a910957c525ab on martyzz1:master.

bgrant commented 3 years ago

I think you have to merge this though, right @martyzz1 ?

martyzz1 commented 3 years ago

I do... Apologies for the slow response, will try to review asap but have just started a new job so things are a bit busy...

On Thu, 7 Oct 2021, 21:47 Robert David Grant, @.***> wrote:

I think you have to merge this though, right @martyzz1 https://github.com/martyzz1 ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/martyzz1/heroku3.py/pull/104#issuecomment-938143907, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMG6S4JBDIWZAOSEAYXYDTUFYBNRANCNFSM46BFHRLQ .

bgrant commented 3 years ago

I do... Apologies for the slow response, will try to review asap but have just started a new job so things are a bit busy... On Thu, 7 Oct 2021, 21:47 Robert David Grant, @.***> wrote: I think you have to merge this though, right @martyzz1 https://github.com/martyzz1 ? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#104 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMG6S4JBDIWZAOSEAYXYDTUFYBNRANCNFSM46BFHRLQ .

No problem- just making sure you weren't waiting on me to merge since you've approved.