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:
99
1010 - { python: "3.6", env: DJANGO=2.2 }
1111 - { python: "3.6", env: DJANGO=3.0 }
12+ - { python: "3.6", env: DJANGO=3.1 }
1213 - { python: "3.6", env: DJANGO=master }
1314
1415 - { python: "3.7", env: DJANGO=2.2 }
1516 - { python: "3.7", env: DJANGO=3.0 }
17+ - { python: "3.7", env: DJANGO=3.1 }
1618 - { python: "3.7", env: DJANGO=master }
1719
1820 - { python: "3.8", env: DJANGO=3.0 }
21+ - { python: "3.8", env: DJANGO=3.1 }
1922 - { python: "3.8", env: DJANGO=master }
2023
2124 - { python: "3.8", env: TOXENV=base }
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ def get_version(package):
9191 'Framework :: Django' ,
9292 'Framework :: Django :: 2.2' ,
9393 'Framework :: Django :: 3.0' ,
94+ 'Framework :: Django :: 3.1' ,
9495 'Intended Audience :: Developers' ,
9596 'License :: OSI Approved :: BSD License' ,
9697 'Operating System :: OS Independent' ,
Original file line number Diff line number Diff line change 22envlist =
33 {py35,py36,py37}-django22,
44 {py36,py37,py38}-django30,
5+ {py36,py37,py38}-django31,
56 {py36,py37,py38}-djangomaster,
67 base,dist,lint,docs,
78
89[travis:env]
910DJANGO =
1011 2.2: django22
1112 3.0: django30
13+ 3.1: django31
1214 master: djangomaster
1315
1416[testenv]
@@ -20,6 +22,7 @@ setenv =
2022deps =
2123 django22: Django>=2.2,<3.0
2224 django30: Django>=3.0,<3.1
25+ django31: Django>=3.1a1,<3.2
2326 djangomaster: https://github.com/django/django/archive/master.tar.gz
2427 -rrequirements/requirements-testing.txt
2528 -rrequirements/requirements-optionals.txt
You can’t perform that action at this time.
0 commit comments