Skip to content

Merge pull request #33 from RedHatProductSecurity/upgrade-python-clas… #26

Merge pull request #33 from RedHatProductSecurity/upgrade-python-clas…

Merge pull request #33 from RedHatProductSecurity/upgrade-python-clas… #26

Workflow file for this run

name: Run CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tox:
name: Run Tox
steps:
- uses: actions/checkout@v2
- name: Run all envs
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [black, py36, py37, py38, py39, py310, py311, py312]
runs-on: ubuntu-latest