Skip to content

Commit

Permalink
Merge a49f66a into eec2b60
Browse files Browse the repository at this point in the history
  • Loading branch information
carlio committed Feb 18, 2022
2 parents eec2b60 + a49f66a commit ee2ad42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
django-version: [-main, 3.2, 3.1, "3.0", "2.0", 1.11]
django-version: [-main, "4.0", 3.2, 3.1, "3.0", "2.0", 1.11]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ envlist =
pylint
readme
py{36}-django{111,20,-master}
py{36,37,38,39}-django{22,30,31,32}
py{36,37,38,39}-django{22,30,31,32,40}

requires =
pip >=21.0.1
Expand Down Expand Up @@ -41,6 +41,7 @@ deps =
django30: Django>=3.0,<3.1
django31: Django>=3.1,<3.2
django32: Django>=3.2,<4.0
django40: Django>=4.0,<4.1
django-main: Django
django-main: git+https://github.com/pycqa/astroid@main
django-main: git+https://github.com/pycqa/pylint@main
Expand All @@ -51,7 +52,7 @@ allowlist_externals =
django_not_installed: pylint
readme: bash
py{36}-django{111,20,-main}: coverage
py{36,37,38,39}-django{22,30,31,32}: coverage
py{36,37,38,39}-django{22,30,31,32,40}: coverage
clean: find
clean: rm

Expand Down

0 comments on commit ee2ad42

Please sign in to comment.