Skip to content

added coverage for bugzille: 2359716 #29449

added coverage for bugzille: 2359716

added coverage for bugzille: 2359716 #29449

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
tox:
runs-on: ubuntu-22.04
strategy:
max-parallel: 5
matrix:
python-version:
- '3.9.18'
- '3.12.9'
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install tox
- name: Test with tox
run: tox -e py