Skip to content

Merge pull request #190 from jazzband/pre-commit-ci-update-config #276

Merge pull request #190 from jazzband/pre-commit-ci-update-config

Merge pull request #190 from jazzband/pre-commit-ci-update-config #276

Workflow file for this run

name: test suite
on:
push:
branches:
- master
pull_request:
jobs:
tox:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: pip install tox tox-gh-actions codecov
- run: tox
- run: codecov