Skip to content

add tox envs for python3.12 and pillow10 #68

add tox envs for python3.12 and pillow10

add tox envs for python3.12 and pillow10 #68

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install tox and any other packages for test
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run tox
run: tox -e flake8