Skip to content

Commit

Permalink
Clean up tox.ini syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Dec 15, 2021
1 parent 4adfcc1 commit 69506fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ whitelist_externals = make
pip_pre = True
commands = make coverage TEST_ARGS='{posargs:tests}'

[testenv:py{36,37,38,39,310}-dj{22,31,32,40,main}}-postgresql]
[testenv:py{36,37,38,39,310}-dj{22,31,32,40,main}-postgresql]
setenv =
{[testenv]setenv}
DB_BACKEND = postgresql
DB_PORT = {env:DB_PORT:5432}

[testenv:py{36,37,38,39,310}-dj{22,31,32,40,main}}-mysql]
[testenv:py{36,37,38,39,310}-dj{22,31,32,40,main}-mysql]
setenv =
{[testenv]setenv}
DB_BACKEND = mysql
Expand Down

0 comments on commit 69506fb

Please sign in to comment.