Update link to django-allauth docs.
[mailman-web.git] / .gitlab-ci.yml
blob0e03ab0a08b39c940bccbd50f0656741244e047d
1 ---
3 image: ghcr.io/maxking/mailman-ci-runner
6 docs:
7   script:
8     - tox -e docs
9 lint:
10   script:
11     - tox -e lint
13 django40:
14   script:
15     - tox -e py311-dj40
17 django41:
18   script:
19     - tox -e py311-dj41
21 django42:
22   script:
23     - tox -e py311-dj42
25 dev:
26   script:
27     - tox -e py311-dj42-dev
29 include:
30   - project: "dependabot-gitlab/dependabot-standalone"
31     file: ".gitlab-ci.yml"