We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a03b19 commit 67bf5a5Copy full SHA for 67bf5a5
.github/workflows/test.yml
@@ -37,7 +37,8 @@ jobs:
37
fail-fast: false
38
matrix:
39
config:
40
- - { tox: "lint,docs", python: "3.8" }
+ - { tox: "lint", python: "3.8" }
41
+ - { tox: "docs", python: "3.8" }
42
43
# Anymail supports the same Python versions as Django, plus PyPy.
44
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
0 commit comments