File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,16 @@ matrix:
9
9
10
10
- { python: "3.6", env: DJANGO=2.2 }
11
11
- { python: "3.6", env: DJANGO=3.0 }
12
+ - { python: "3.6", env: DJANGO=3.1 }
12
13
- { python: "3.6", env: DJANGO=master }
13
14
14
15
- { python: "3.7", env: DJANGO=2.2 }
15
16
- { python: "3.7", env: DJANGO=3.0 }
17
+ - { python: "3.7", env: DJANGO=3.1 }
16
18
- { python: "3.7", env: DJANGO=master }
17
19
18
20
- { python: "3.8", env: DJANGO=3.0 }
21
+ - { python: "3.8", env: DJANGO=3.1 }
19
22
- { python: "3.8", env: DJANGO=master }
20
23
21
24
- { python: "3.8", env: TOXENV=base }
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ def get_version(package):
91
91
'Framework :: Django' ,
92
92
'Framework :: Django :: 2.2' ,
93
93
'Framework :: Django :: 3.0' ,
94
+ 'Framework :: Django :: 3.1' ,
94
95
'Intended Audience :: Developers' ,
95
96
'License :: OSI Approved :: BSD License' ,
96
97
'Operating System :: OS Independent' ,
Original file line number Diff line number Diff line change 2
2
envlist =
3
3
{py35,py36,py37}-django22,
4
4
{py36,py37,py38}-django30,
5
+ {py36,py37,py38}-django31,
5
6
{py36,py37,py38}-djangomaster,
6
7
base,dist,lint,docs,
7
8
8
9
[travis:env]
9
10
DJANGO =
10
11
2.2: django22
11
12
3.0: django30
13
+ 3.1: django31
12
14
master: djangomaster
13
15
14
16
[testenv]
@@ -20,6 +22,7 @@ setenv =
20
22
deps =
21
23
django22: Django>=2.2,<3.0
22
24
django30: Django>=3.0,<3.1
25
+ django31: Django>=3.1a1,<3.2
23
26
djangomaster: https://github.com/django/django/archive/master.tar.gz
24
27
-rrequirements/requirements-testing.txt
25
28
-rrequirements/requirements-optionals.txt
You can’t perform that action at this time.
0 commit comments