Skip to content

Commit

Permalink
Small adjustments to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Oct 10, 2024
1 parent fb8294c commit 050fa75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand All @@ -28,7 +31,8 @@ deps =
django50: Django>=5.0,<5.1
django51: Django>=5.1,<5.2
postgresql: psycopg2-binary
postgresql-psycopg3: psycopg[binary]
postgresql-psycopg3: psycopg
postgresql-contenttypes: psycopg
commands =
python \
-m coverage run \
Expand Down

0 comments on commit 050fa75

Please sign in to comment.