Skip to content

Commit

Permalink
Move tox config into pyproject.toml 🏗️
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Dec 30, 2024
1 parent 4e39ad9 commit 2f4f2d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,15 @@ Issues = "https://github.com/todofixthis/filters/issues"

[tool.pytest.ini_options]
testpaths = ["test"]

[tool.tox]
env_list = ["py313", "py312", "py311"]

[tool.tox.env_run_base]
skip_install = true
allowlist_externals = ["poetry"]
commands_pre = [["poetry", "install", "--with=ci"]]
commands = [
["poetry", "run", "pytest"],
# ["poetry", "run", "mypyc", "src", "test"]
]
12 changes: 0 additions & 12 deletions tox.ini

This file was deleted.

0 comments on commit 2f4f2d0

Please sign in to comment.