How to use this plugin with TOML? #141
Answered
by
gaborbernat
paddyroddy
asked this question in
Q&A
-
I'm migrating away from [tool.tox]
env_list = [
"py311",
"py312",
]
env_run_base = {commands = [
[
"pytest",
"--cov",
"--cov-report=lcov",
],
], deps = [
"pytest-cov",
]}
legacy_tox_ini = """
[gh]
python =
3.11: py311
3.12: py312
""" but this actually doesn't work unless I comment out the |
Beta Was this translation helpful? Give feedback.
Answered by
gaborbernat
Oct 10, 2024
Replies: 2 comments 5 replies
-
Added now to https://github.com/tox-dev/tox-gh?tab=readme-ov-file#examples |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gaborbernat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added now to https://github.com/tox-dev/tox-gh?tab=readme-ov-file#examples