Skip to content

Commit f96e4f4

Browse files
committed
Add django 3.2 ad python 3.9 to tox
1 parent 59c80b6 commit f96e4f4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ AMPLITUDE_INCLUDE_USER_DATA = False
164164
# A list of the group names will be sent in the request.
165165
AMPLITUDE_INCLUDE_GROUP_DATA = False
166166

167-
# A list of URLs which `SendPageViewEvent` middleward should not run for.
167+
# A list of URLs which `SendPageViewEvent` middleware should not run for.
168168
# Each item in the list can be either a URL or url name
169169
AMPLITUDE_IGNORE_URLS = ['home', '/please/ignore/']
170170

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ isolated_build = True
33
envlist =
44
lint
55
mypy
6-
py36-django{21,22,30,31}
7-
py37-django{21,22,30,31,master}
8-
py38-django{22,30,31,master}
6+
py36-django{21,22,30,31,32}
7+
py37-django{21,22,30,31,32}
8+
py38-django{22,30,31,32}
9+
py39-django{30,31,32}
910

1011

1112
[testenv]
@@ -14,7 +15,7 @@ deps =
1415
django22: Django>=2.2,<2.3
1516
django30: Django>=3.0,<3.1
1617
django31: Django>=3.1,<3.2
17-
djangomaster: https://github.com/django/django/archive/master.tar.gz
18+
django32: Django>=3.2,<3.3
1819
pytest-cov
1920
pytest-mock
2021
pytest-django

0 commit comments

Comments
 (0)