From 219db9686d81ff0bfb6a3f398c995511ef132378 Mon Sep 17 00:00:00 2001 From: Rust Saiargaliev Date: Thu, 10 Oct 2024 09:49:06 +0200 Subject: [PATCH] Testing matrix --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index d7ba4f74..cb01bfbd 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,9 @@ setenv = postgresql-psycopg3: PGUSER=postgres postgresql-psycopg3: PGPASSWORD=postgres postgresql-contenttypes: USE_CONTENTTYPES=True + postgresql-contenttypes: TEST_DB=postgresql + postgresql-contenttypes: PGUSER=postgres + postgresql-contenttypes: PGPASSWORD=postgres sqlite: TEST_DB=sqlite sqlite: USE_TZ=True deps =