hawkaa / pygeojson

GeoJSON library for Python with types
8 stars 1 forks source link

Setup tox for cross-version testing #2

Closed hawkaa closed 4 years ago

hawkaa commented 4 years ago

We claim that the library works for Python 3.7 and up, but we have not yet set up a testing matrix that verifies this. tox seems like a good option to verify that our library works across different versions.

hawkaa commented 4 years ago

Actually solved this with a matrix build in GitHub Actions. Will evaluate if this is sufficient.

hawkaa commented 4 years ago

Fixed by #6