Skip to content

Commit

Permalink
Fix tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
noc0lour committed May 11, 2023
1 parent cd790b4 commit cf1141b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ autodoc_exclude_members = [
"__hash__",
]
[tool.tox]
legacy_tox_ini = """
[tox]
description = list of environments against which tox runs the tests
envlist =
Expand Down Expand Up @@ -152,3 +153,4 @@ deps =
skip_install = true
commands =
black src tests apps
"""

0 comments on commit cf1141b

Please sign in to comment.