Skip to content

Commit

Permalink
Tidy up post code review
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Jan 25, 2022
1 parent 9f36f7e commit 719df38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Framework :: Django",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Framework :: Wagtail",
"Framework :: Wagtail :: 2",
Expand Down
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ skipsdist = True
usedevelop = True

envlist =
py{3.7,3.8,3.9}-django{2.2}-wagtail{2.11,2.12,2.13}-{sqlite,postgres}
py{3.7,3.8,3.9}-django{3.2}-wagtail{2.14,2.15,2.16}-{sqlite,postgres}
py{3.7,3.8,3.9}-django{4.0}-wagtail2.16-{sqlite,postgres}
py{310}-dj{3.2,main}-wagtail{2.15,2.16,main}-{sqlite,postgres}
python{3.7,3.8,3.9}-django{2.2}-wagtail{2.11,2.12,2.13}-{sqlite,postgres}
python{3.7,3.8,3.9}-django{3.2}-wagtail{2.14,2.15,2.16}-{sqlite,postgres}
python{3.7,3.8,3.9}-django{4.0}-wagtail2.16-{sqlite,postgres}
python{3.10}-dj{3.2,main}-wagtail{2.15,2.16,main}-{sqlite,postgres}

[flake8]
# E501: Line too long
Expand All @@ -22,6 +22,7 @@ basepython =
python3.7: python3.7
python3.8: python3.8
python3.9: python3.9
python3.10: python3.10

deps =
coverage
Expand Down

0 comments on commit 719df38

Please sign in to comment.