Skip to content

Substitution key not found error with complex factor conditions and references #302

@pytoxbot

Description

@pytoxbot

Consider the following tox.ini file:

#!ini
[tox]
envlist = py27,py34

[testenv]
deps =
  py{27,34}: foo

[testenv:docs]
deps = {[testenv]deps}

Running any tox command raises an error:

tox.ConfigError: ConfigError: substitution key '27,34' not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions