Skip to content

Commit

Permalink
Upgrade tox to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdemartini committed May 3, 2023
1 parent c439e32 commit e828ad5
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 30 deletions.
91 changes: 63 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pytest = "^7.1.2"
pytest-cov = "^3.0.0"
pytest-django = "^4.5.2"
ruff = "0.0.264"
tox = "^3.25.0"
tox = "^4.5.1"
twine = "^4.0.0"
pre-commit = "^2.19.0"
toml = "^0.10.2"
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ exclude_lines =
def main

[tox:tox]
isolated_build = true
envlist = py37, py38, py39, py310, py311, lint, format, build

[gh-actions]
Expand Down

0 comments on commit e828ad5

Please sign in to comment.