apache / flagon-distill

Apache Flagon Distill is a python package to support and analyze Flagon UserAle.js logs
https://flagon.apache.org/
Apache License 2.0
10 stars 14 forks source link

chore(testing): add TOX for cross-version python testing #52

Closed rc10house closed 3 weeks ago

rc10house commented 2 months ago

We should be testing our code across all supported python versions (>=3.8, <4.0) in our CI/CD pipeline. A good way to start is by adding the feature locally using tox. Add and configure tox, then add a makefile target for testing across all versions of python.

Broden222 commented 1 month ago

Breonna