Skip to content

add support for Django 5.0, 5.1, and 5.2 #196

add support for Django 5.0, 5.1, and 5.2

add support for Django 5.0, 5.1, and 5.2 #196

Workflow file for this run

name: mozilla-django-oidc codecov
on: [pull_request]
jobs:
codecov:
runs-on: ubuntu-latest
name: Codecov
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: pip install codecov tox tox-gh-actions
- name: Run tox
run: tox
- uses: codecov/codecov-action@v5
with:
verbose: true