From 67bf5a5912e8aa3db5862cfe26ab2adf49940e8e Mon Sep 17 00:00:00 2001 From: medmunds Date: Wed, 19 May 2021 13:44:27 -0700 Subject: [PATCH] CI: split lint, docs jobs (They had been combined to minimize Travis-CI jobs; not an issue with GitHub Workflows.) --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa81549..69034c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,8 @@ jobs: fail-fast: false matrix: 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. # https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django