Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: add GitHub Actions test workflow #58

Merged
merged 1 commit into from
Sep 5, 2022
Merged

Commits on Aug 22, 2022

  1. CI: add GitHub Actions test workflow

    It doesn't look like Travis CI isn't (or was never?) used so let's
    instead set up a GitHub Actions workflow to simply run the test suite
    across all supported platforms.
    
    This should help keep the codebase in good shape by automatically
    testing changes as they're committed and proposed (via PRs). This will
    also catch any packaging mistakes as tox does a clean build as part of
    the session run. Seemed relevant to mention that :p
    ichard26 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    6fb13aa View commit details
    Browse the repository at this point in the history