-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: allow configuration in TOML file with new TOML-native tox config #198
Comments
The bizarre thing is, it already works! But there's some trick: the [tool.tox.gh-actions]
python = """
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312
""" It takes advantage of fact that |
Yeah, but that is basically the same as what tox had before, inline INI syntax. Native TOML support should be nicer I guess. |
Wish it could be too, but apparently not now. In particular, Anyway, it's already a bless I don't need to throw away |
In recent versions
tox
got support for native TOML configuration. It would be nice to be able to configuretox-gh-actions
in TOML too.The text was updated successfully, but these errors were encountered: