Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 2, 2023
1 parent 6765f6e commit 4b2dcdd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[tox]
envlist =
requires =
tox>=4.2
env_list =
py3{11, 10, 9, 8}-dj42
py3{11, 10, 9, 8}-dj41
py3{10, 9, 8}-dj40
py3{10, 9, 8, 7, 6}-dj32
py3{12, 11, 10}-djmain
isolated_build = true

[testenv]
deps =
Expand All @@ -19,7 +20,7 @@ deps =
pass_env =
FORCE_COLOR
NO_COLOR
setenv =
set_env =
DJANGO_SETTINGS_MODULE = simple_menu.test_settings
commands =
coverage run -m django test -v2 {posargs:simple_menu}
Expand Down

0 comments on commit 4b2dcdd

Please sign in to comment.