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

Upgrade circle ci to version 2.1 #70

Closed cans closed 5 years ago

cans commented 5 years ago

This is a maintenance PR that upgrade the build for CircleCI, from version 1.0, which is now EoL, to 2.1 (though I realize now, that I had not included the CircleCI config in any previous PR).

I had to lower the coverage threshold to make tests pass. But I have more tests under way that will allow to revert that.

There are several dependencies I had to pin to specific version to allow tests to pass with Python 2.6; and make tests pass with Python 3.3 proved a bit of a pain (though mostly because of pip issues, not python itself). It is also becoming harder to actually get your hands on a Python 2.6 environment (I don't, needed to make a lot of trials and errors with TravisCI, which is time consuming). Hence the question: would you consider deprecating, at least, python 2.6 ?

martyzz1 commented 5 years ago

Thanks for your help with the tests. I've merged most of the PR's now, I'll make a pypi release shortly.

I've added you as a collaborator on this project...