@@ -3,14 +3,13 @@ envlist =
33 docs
44 style
55 readme
6- py{36,37}-dj{22,30, 31,32}-sqlite
7- py{38,39}-dj{22,30, 31,32,main}-sqlite
8- py{36,37,38,39}-dj{22,30, 31,32}-{postgresql,mysql}
6+ py{36,37}-dj{22,31,32}-sqlite
7+ py{38,39}-dj{22,31,32,main}-sqlite
8+ py{36,37,38,39}-dj{22,31,32}-{postgresql,mysql}
99
1010[testenv]
1111deps =
1212 dj22: Django ==2.2.*
13- dj30: Django ==3.0.*
1413 dj31: Django ==3.1.*
1514 dj32: Django>=3.2a1,<4.0
1615 sqlite: mock
@@ -43,19 +42,19 @@ whitelist_externals = make
4342pip_pre = True
4443commands = make coverage TEST_ARGS =' {posargs:tests}'
4544
46- [testenv:py{36,37,38,39}-dj{22,30, 31,32}-postgresql]
45+ [testenv:py{36,37,38,39}-dj{22,31,32}-postgresql]
4746setenv =
4847 {[testenv]setenv}
4948 DB_BACKEND = postgresql
5049 DB_PORT = {env:DB_PORT:5432}
5150
52- [testenv:py{36,37,38,39}-dj{22,30, 31,32}-mysql]
51+ [testenv:py{36,37,38,39}-dj{22,31,32}-mysql]
5352setenv =
5453 {[testenv]setenv}
5554 DB_BACKEND = mysql
5655 DB_PORT = {env:DB_PORT:3306}
5756
58- [testenv:py{36,37,38,39}-dj{22,30, 31,32,main}-sqlite]
57+ [testenv:py{36,37,38,39}-dj{22,31,32,main}-sqlite]
5958setenv =
6059 {[testenv]setenv}
6160 DB_BACKEND = sqlite3
0 commit comments