wagtail / wagtail-factories

Factory boy classes for wagtail
http://wagtail-factories.readthedocs.io/en/latest/
MIT License
102 stars 40 forks source link

Switch to using `tox-gh-actions` in CI #64

Closed joshuadavidthomas closed 1 year ago

joshuadavidthomas commented 1 year ago

Adds tox-gh-actions and cleans up the job matrix. This PR also removes the max-parallel restriction, which makes test runs much faster, especially when dealing with a large matrix such as the one produced by this package's workflow.

tox-gh-actions is useful for making the job matrix much easier to parse, plus no need to define the Python version and tox env identifier.