New issue 205: {envname} substitution does not exist
https://bitbucket.org/hpk42/tox/issue/205/envname-substitution-does-not-exist
Fredrik Blomqvist:
I tried using it in the following config:
```
#!python
[tox]
envlist = py27, py32, py33, py34
[testenv]
commands = {envpython} setup.py test
envdir = {homedir}/.virtualenvs/projectname-{envname}
```
I get this error:
```
#!
tox.ConfigError: ConfigError: substitution key 'envname' not found
```
_______________________________________________
pytest-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit