support for tox into setup.cfg

Open
#35 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

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

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.

Description

enhancement

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
Dominant language
Python
Stars
24
Forks
14
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from mgedmin/check-python-versions

All issues in mgedmin/check-python-versions

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.