django 3.1 alpha on matrix

This commit is contained in:
Asif Saif Uddin (Auvi) 2020-05-14 17:32:15 +06:00
parent aed74961ba
commit 2b6305bb3c
3 changed files with 7 additions and 0 deletions

View File

@ -9,13 +9,16 @@ matrix:
- { python: "3.6", env: DJANGO=2.2 }
- { python: "3.6", env: DJANGO=3.0 }
- { python: "3.6", env: DJANGO=3.1 }
- { python: "3.6", env: DJANGO=master }
- { python: "3.7", env: DJANGO=2.2 }
- { python: "3.7", env: DJANGO=3.0 }
- { python: "3.7", env: DJANGO=3.1 }
- { python: "3.7", env: DJANGO=master }
- { python: "3.8", env: DJANGO=3.0 }
- { python: "3.8", env: DJANGO=3.1 }
- { python: "3.8", env: DJANGO=master }
- { python: "3.8", env: TOXENV=base }

View File

@ -91,6 +91,7 @@ setup(
'Framework :: Django',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',

View File

@ -2,6 +2,7 @@
envlist =
{py35,py36,py37}-django22,
{py36,py37,py38}-django30,
{py36,py37,py38}-django31,
{py36,py37,py38}-djangomaster,
base,dist,lint,docs,
@ -9,6 +10,7 @@ envlist =
DJANGO =
2.2: django22
3.0: django30
3.1: django31
master: djangomaster
[testenv]
@ -20,6 +22,7 @@ setenv =
deps =
django22: Django>=2.2,<3.0
django30: Django>=3.0,<3.1
django31: Django>=3.0a1,<3.2
djangomaster: https://github.com/django/django/archive/master.tar.gz
-rrequirements/requirements-testing.txt
-rrequirements/requirements-optionals.txt