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

Start using a version matrix for unit tests #155

Merged
merged 8 commits into from
Nov 18, 2022

Commits on Nov 15, 2022

  1. Start using a version matrix for unit tests

    Maybe split the CI into two jobs - linting shouldn't matter based on Python version?
    
    Do we want to move install to just relying on setup.cfg rather than requirements-dev.txt? E.g. have a `dev` section in `setup.cfg` and then just `pip install -e ".[dev]"`.
    ColeDCrawford committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3d6886c View commit details
    Browse the repository at this point in the history
  2. Run tests on PRs as well as push

    This should make Dependabot PRs run the test suite
    ColeDCrawford committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    79a434b View commit details
    Browse the repository at this point in the history
  3. Allow manual CI runs

    ColeDCrawford committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1bc8f4e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    bf583f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47d079f View commit details
    Browse the repository at this point in the history
  3. Fix extras syntax

    ColeDCrawford committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    28e4c9c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    3039a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15cae8f View commit details
    Browse the repository at this point in the history