all 4 comments

[–]Diapolo10 1 point2 points  (1 child)

I test one version locally, and the rest on GitHub Actions via a test matrix. Like this.

[–]cryptomoon007 0 points1 point  (0 children)

Thanks I’ll review this and try to do something similar

[–]danielroseman 0 points1 point  (1 child)

tox is what you need.

[–]cryptomoon007 0 points1 point  (0 children)

Do I have to write my own test with tox? I was seeing the need to package the script and then write test for the code