File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,14 @@ overrides."tool.coverage.paths.source".inline_arrays = false
207
207
overrides."tool.ruff.lint.isort.section-order".inline_arrays = false
208
208
209
209
[tool .tox ]
210
+ env_list = [
211
+ " py310-linux" ,
212
+ " py310-macos" ,
213
+ " py311-linux" ,
214
+ " py311-macos" ,
215
+ " py312-linux" ,
216
+ " py312-macos" ,
217
+ ]
210
218
legacy_tox_ini = """
211
219
[gh-actions]
212
220
python =
@@ -218,13 +226,9 @@ legacy_tox_ini = """
218
226
OS =
219
227
ubuntu-latest: linux
220
228
macos-latest: macos
221
-
222
- [testenv]
223
- commands =
224
- pytest --cov --cov-report=lcov
225
- deps =
226
- pytest-cov
227
-
228
- [tox]
229
- env_list = py{310,311,312}-{linux,macos}
230
229
"""
230
+ testenv = {commands = [
231
+ " pytest --cov --cov-report=lcov" ,
232
+ ], deps = [
233
+ " pytest-cov"
234
+ ]}
You can’t perform that action at this time.
0 commit comments