mgedmin / mgedmin/check-python-versions

support for tox into setup.cfg

Open
#35 5 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
24
Forks
14
PR merge metrics
No merged PRs in 30d

Description

Tox can be configured also into setup.cfg file, e.g.

```
[tox:tox]
isolated_build = true
envlist = lint, format, py3.8, py3.9, py3.10, py3.11, build
```

or, using default naming convention
```
[tox:tox]
isolated_build = true
envlist = lint, format, py38, py39, py310, py311, build
```

Contributor guide

No contributing guide indexed for this repository

Research direction

No source file or test is named in the issue. Start by locating the existing tox.ini configuration handling and the setup.cfg parsing path; use the two [tox:tox] examples as input cases and confirm both envlist naming styles are recognized.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.