Skip to content

Commit

Permalink
Converted to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Blotz committed Nov 26, 2024
1 parent cae5a01 commit fb8c9b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
6 changes: 0 additions & 6 deletions noxfile.py

This file was deleted.

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ testpaths = [
"tests"
]

# [tool.tox]
# requires = ["tox>=4.19"]
# env_list = ["py313", "py312", "py311", "py310", "local"]
[tool.tox]
requires = ["tox>=4.19", "tox-pyenv-redux"]
env_list = ["py313", "py312", "py311", "py310", "local"]

# [tool.tox.env_run_base]
# description = "Run test under {base_python}"
# commands = [["pytest"]]
# allowlist_externals = ["pytest"]
[tool.tox.env_run_base]
description = "Run test under {base_python}"
commands = [["pytest"]]
allowlist_externals = ["pytest"]

0 comments on commit fb8c9b0

Please sign in to comment.