mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
CI: split lint, docs jobs
(They had been combined to minimize Travis-CI jobs; not an issue with GitHub Workflows.)
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -37,7 +37,8 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
- { tox: "lint,docs", python: "3.8" }
|
- { tox: "lint", python: "3.8" }
|
||||||
|
- { tox: "docs", python: "3.8" }
|
||||||
|
|
||||||
# Anymail supports the same Python versions as Django, plus PyPy.
|
# Anymail supports the same Python versions as Django, plus PyPy.
|
||||||
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
|
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
|
||||||
|
|||||||
Reference in New Issue
Block a user