palazzem / econnect-python

API adapter used to control programmatically an Elmo alarm system
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

tools!: use GitHub actions for testing and linting #86

Closed palazzem closed 10 months ago

palazzem commented 10 months ago

Related Issues

Proposed Changes:

This change drops CircleCI (replaced by GitHub actions) and Codecov (temporarily). GitHub actions are now used to test the full matrix and lint the codebase.

Testing:

Implement testing for the following versions of Python:

Extra Notes (optional):

We didn't update the test matrix as it is a separate task (#84)

Checklist