- Bitbucket: https://bitbucket.org/hpk42/tox/issue/302 - Originally reported by: @jd - Originally created at: 2016-01-07T17:56:35.382 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 ```
Consider the following tox.ini file:
Running any
toxcommand raises an error: