Skip to content

Update pyp2spec/pyp2conf.py #261

Update pyp2spec/pyp2conf.py

Update pyp2spec/pyp2conf.py #261

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Tox tests
id: test
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [py39, py310, py311, py312, py313]