Skip to content

Commit c5ee3f3

Browse files
committed
Fix tox testenv generative name
dj32 was inadvertently removed from the -postgresql testenv section.
1 parent 514a980 commit c5ee3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ whitelist_externals = make
4242
pip_pre = True
4343
commands = python -b -W always -m coverage run -m django test -v2 {posargs:tests}
4444

45-
[testenv:py{37,38,39,310}-dj{40,41,main}-postgresql]
45+
[testenv:py{37,38,39,310}-dj{32,40,41,main}-postgresql]
4646
setenv =
4747
{[testenv]setenv}
4848
DB_BACKEND = postgresql

0 commit comments

Comments
 (0)