Skip to content

Merge pull request #70 from PyCQA/pre-commit-ci-update-config #119

Merge pull request #70 from PyCQA/pre-commit-ci-update-config

Merge pull request #70 from PyCQA/pre-commit-ci-update-config #119

Workflow file for this run

name: main
on:
push:
branches: [main]
tags:
pull_request:
jobs:
main:
strategy:
matrix:
include:
# linux
- os: ubuntu-latest
python: 3.7
- os: ubuntu-latest
python: 3.8
- os: ubuntu-latest
python: 3.9
- os: ubuntu-latest
python: '3.10'
# windows
- os: windows-latest
python: 3.7
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- run: python -mpip install --upgrade setuptools pip tox virtualenv
- run: tox -e py