thomasborgen / storage-bucket

For easy GCP Storage Bucket interaction
MIT License
6 stars 0 forks source link

Add Tox for testing different python versions #32

Closed thomasborgen closed 4 years ago

thomasborgen commented 4 years ago

Currently we are not testing any other python versions except the one devs are using and @latest from circleci python orbs.

Add python testing for 3.7.4=< 3.8.0=<versions with Tox.

Optionally we could use CircleCi to run tests. In different python versions. hmm...

thomasborgen commented 4 years ago

https://github.com/dry-python/returns/blob/master/.github/workflows/test.yml

copy this and try a github workflow instead.