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:
medmunds
2021-05-19 13:44:27 -07:00
committed by Mike Edmunds
parent 3a03b196b8
commit 67bf5a5912

View File

@@ -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