@@ -3,14 +3,16 @@ envlist =
3
3
docs
4
4
style
5
5
readme
6
- py{36,37,38,39}-dj{22,30,31,master}-sqlite
7
- py{36,37,38,39}-dj{22,30,31}-{postgresql,mysql}
6
+ py{36,37}-dj{22,30,31,32}-sqlite
7
+ py{38,39}-dj{22,30,31,32,master}-sqlite
8
+ py{36,37,38,39}-dj{22,30,31,32}-{postgresql,mysql}
8
9
9
10
[testenv]
10
11
deps =
11
12
dj22: Django ==2.2.*
12
13
dj30: Django ==3.0.*
13
14
dj31: Django ==3.1.*
15
+ dj32: Django>=3.2a1,<4.0
14
16
sqlite: mock
15
17
postgresql: psycopg2-binary
16
18
mysql: mysqlclient
@@ -41,19 +43,19 @@ whitelist_externals = make
41
43
pip_pre = True
42
44
commands = make coverage TEST_ARGS =' {posargs:tests}'
43
45
44
- [testenv:py{36,37,38,39}-dj{22,30,31}-postgresql]
46
+ [testenv:py{36,37,38,39}-dj{22,30,31,32 }-postgresql]
45
47
setenv =
46
48
{[testenv]setenv}
47
49
DB_BACKEND = postgresql
48
50
DB_PORT = {env:DB_PORT:5432}
49
51
50
- [testenv:py{36,37,38,39}-dj{22,30,31}-mysql]
52
+ [testenv:py{36,37,38,39}-dj{22,30,31,32 }-mysql]
51
53
setenv =
52
54
{[testenv]setenv}
53
55
DB_BACKEND = mysql
54
56
DB_PORT = {env:DB_PORT:3306}
55
57
56
- [testenv:py{36,37,38,39}-dj{22,30,31,master}-sqlite]
58
+ [testenv:py{36,37,38,39}-dj{22,30,31,32, master}-sqlite]
57
59
setenv =
58
60
{[testenv]setenv}
59
61
DB_BACKEND = sqlite3
0 commit comments