Skip to content

Simplify description #192

Simplify description

Simplify description #192

Workflow file for this run

name: Tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ '3.8', '3.9', '3.10', '3.11' ]
name: python${{ matrix.python }}, django-${{ matrix.django }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- run: pip install tox
- run: tox -e py