Skip to content

Commit 69506fb

Browse files
committed
Clean up tox.ini syntax.
1 parent 4adfcc1 commit 69506fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ whitelist_externals = make
4343
pip_pre = True
4444
commands = make coverage TEST_ARGS='{posargs:tests}'
4545

46-
[testenv:py{36,37,38,39,310}-dj{22,31,32,40,main}}-postgresql]
46+
[testenv:py{36,37,38,39,310}-dj{22,31,32,40,main}-postgresql]
4747
setenv =
4848
{[testenv]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}}-mysql]
52+
[testenv:py{36,37,38,39,310}-dj{22,31,32,40,main}-mysql]
5353
setenv =
5454
{[testenv]setenv}
5555
DB_BACKEND = mysql

0 commit comments

Comments
 (0)