python / cherry-picker

🐍🍒⛏ Utility script for backporting/cherry-picking CPython changes from master into one of the maintenance branches.
Apache License 2.0
46 stars 38 forks source link

Test with tox and upload coverage to Codecov #68

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

tox allows easily testing multiple versions locally and takes care of handling virtual environments.

Let's also use tox on the CI (which tests the tox config), and measure and send coverage to Codecov.