enthought / apptools

Other
37 stars 24 forks source link

Add workflow that tests against pip packages for various Python versions #314

Closed mdickinson closed 2 years ago

mdickinson commented 2 years ago

This PR adds a simple GitHub actions workflow, triggered on pull request (and optionally also manually) that runs the test suite on Python 3.6, 3.8 and 3.10 in a standard Python environment (rather than an EDM environment). The goal is to catch issues like #303 earlier.


EDIT: PR updated to also include a pyproject.toml file.