Here's a PR to implement a couple of small, non-functional changes:
Add Python versions 3.7, 3.8, and 3.9 to the test matrix.
With the future of Travis CI somewhat uncertain, add a GitHub Actions workflow that runs tox on any push (using tox-gh-actions, which is a more-or-less-workalike of tox-travis). Note that the workflow deliberately excludes Python 3.4, since tox-gh-actions is not supported in that Python release.
Please let me know if you find this useful. Thanks!
Hi Mohab,
Here's a PR to implement a couple of small, non-functional changes:
Please let me know if you find this useful. Thanks!