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

GitHub Action to run tox #381

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jan 19, 2024

Test results: https://github.com/cclauss/six/actions

Fixes: #345

Run tox on Python 2.7 and 3.5 to 3.13-dev and PyPy 2.7 and 3.10 building from the excellent GitHub Actions work done for https://github.com/dateutil/dateutil

      matrix:
        os: [ubuntu-latest, windows-latest, macos-latest]
        python-version: [
          "2.7",
          "3.5",
          "3.6",
          "3.7",
          "3.8",
          "3.9",
          "3.10",
          "3.11",
          "3.12",
          "3.13-dev",
          "pypy-2.7",
          "pypy-3.10",
        ]

34 jobs completed successfully in 3m 23s.

@benjaminp @hroncok Your reviews, please? It would be good to get automated tests back in place on all the Python versions and platforms. It would also be useful to get Windows contributors to focus on the failing test_getoutput().

@cclauss cclauss marked this pull request as draft January 19, 2024 12:02
@cclauss cclauss marked this pull request as ready for review January 19, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

switch to GH actions
1 participant