Skip to content

Commit 441d696

Browse files
committed
Clean up the tox.ini definitions
1 parent c2c88c7 commit 441d696

File tree

1 file changed

+4
-32
lines changed

1 file changed

+4
-32
lines changed

tox.ini

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -51,56 +51,28 @@ pip_pre = True
5151
commands = python -b -W always -m coverage run -m django test -v2 {posargs:tests}
5252

5353

54-
[testenv:py{39,310,311,312}-dj{42,50,51,main}-{postgresql,psycopg3}]
54+
[testenv:py{39,310,311,312,313}-dj{42,50,51,main}-{postgresql,psycopg3}]
5555
setenv =
5656
{[testenv]setenv}
5757
DB_BACKEND = postgresql
5858
DB_PORT = {env:DB_PORT:5432}
5959

6060

61-
[testenv:py{39,310,311,312}-dj{42,50,51,main}-postgis]
61+
[testenv:py{39,310,311,312,313}-dj{42,50,51,main}-{postgis,postgis3}]
6262
setenv =
6363
{[testenv]setenv}
6464
DB_BACKEND = postgis
6565
DB_PORT = {env:DB_PORT:5432}
6666

6767

68-
[testenv:py{39,310,311,312}-dj{42,50,51,main}-mysql]
68+
[testenv:py{39,310,311,312,313}-dj{42,50,51,main}-mysql]
6969
setenv =
7070
{[testenv]setenv}
7171
DB_BACKEND = mysql
7272
DB_PORT = {env:DB_PORT:3306}
7373

7474

75-
[testenv:py{39,310,311,312}-dj{42,50,51,main}-sqlite]
76-
setenv =
77-
{[testenv]setenv}
78-
DB_BACKEND = sqlite3
79-
DB_NAME = ":memory:"
80-
81-
82-
[testenv:py313-dj{51,main}-psycopg3]
83-
setenv =
84-
{[testenv]setenv}
85-
DB_BACKEND = postgresql
86-
DB_PORT = {env:DB_PORT:5432}
87-
88-
89-
[testenv:py313-dj{51,main}-postgis3]
90-
setenv =
91-
{[testenv]setenv}
92-
DB_BACKEND = postgis
93-
DB_PORT = {env:DB_PORT:5432}
94-
95-
96-
[testenv:py313-dj{51,main}-mysql]
97-
setenv =
98-
{[testenv]setenv}
99-
DB_BACKEND = mysql
100-
DB_PORT = {env:DB_PORT:3306}
101-
102-
103-
[testenv:py313-dj{51,main}-sqlite]
75+
[testenv:py{39,310,311,312,313}-dj{42,50,51,main}-sqlite]
10476
setenv =
10577
{[testenv]setenv}
10678
DB_BACKEND = sqlite3

0 commit comments

Comments
 (0)