Skip to content

support for tox with dotted env #38

Description

@gpongelli

as per comment , I'm opening a new issue regarding TOX env with dot inside:

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

looking at the code, a new elif branch should be put here, something like:

    elif env.startswith('py') and '.' in env:
        return Version.from_string(f'{env[2]}.{env[4:]}')

next week I could start a PR on this topic.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions