Skip to content

Commit ca1d2c6

Browse files
committed
Simplified tox envlist
There's now just one Django version per line - similar to the tables in `README.rst` and `docs/index.rst`.
1 parent 5c3141b commit ca1d2c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tox]
22
envlist =
33
py{38,39,310}-dj32-{sqlite3,postgres,mysql,mariadb},
4-
py{38,39}-dj{40,41}-{sqlite3,postgres,mysql,mariadb},
5-
py310-dj{40,41,main}-{sqlite3,postgres,mysql,mariadb},
6-
py{311,312}-dj{41,main}-{sqlite3,postgres,mysql,mariadb},
4+
py{38,39,310}-dj40-{sqlite3,postgres,mysql,mariadb},
5+
py{38,39,310,311,312}-dj41-{sqlite3,postgres,mysql,mariadb},
6+
py{310,311,312}-djmain-{sqlite3,postgres,mysql,mariadb},
77
docs,
88
lint
99

0 commit comments

Comments
 (0)