Skip to content

Commit 50886da

Browse files
committed
Run postgis tests via tox.
1 parent f695134 commit 50886da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ setenv =
4949
DB_BACKEND = postgresql
5050
DB_PORT = {env:DB_PORT:5432}
5151

52+
[testenv:py{36,37,38,39,310}-dj{22,31,32,40,main}-postgis]
53+
setenv =
54+
{[testenv]setenv}
55+
DB_BACKEND = postgis
56+
DB_PORT = {env:DB_PORT:5432}
57+
5258
[testenv:py{36,37,38,39,310}-dj{22,31,32,40,main}}-mysql]
5359
setenv =
5460
{[testenv]setenv}

0 commit comments

Comments
 (0)