Skip to content

Commit a28e473

Browse files
authored
Merge pull request #100 from graingert/tox-toml
Move tox config from tox.ini to pyproject.toml
2 parents 5d5ba20 + 3648e41 commit a28e473

2 files changed

Lines changed: 7 additions & 12 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,10 @@ ignore = ["E501", "E701", "E741", "UP031"]
6363
[tool.ruff.lint.per-file-ignores]
6464
"unittest2pytest/fixes/fix_remove_class.py" = ["W291"]
6565
"unittest2pytest/fixes/fix_self_assert.py" = ["F841"]
66+
67+
[tool.tox]
68+
env_list = ["py39", "py310", "py311", "py312", "py313", "py314", "py315"]
69+
70+
[tool.tox.env_run_base]
71+
deps = ["pytest"]
72+
commands = [["pytest", "{posargs}"]]

tox.ini

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)