New issue 221: UnicodeEncodeError when trying to install file with special
symbols
https://bitbucket.org/hpk42/tox/issue/221/unicodeencodeerror-when-trying-to-install
Daniel Hahler:
Installing Django master fails via tox / pip with an UnicodeEncodeError for a
file with a special file name.
The
New issue 222: setenv with generated environments require unwanted settings
https://bitbucket.org/hpk42/tox/issue/222/setenv-with-generated-environments-require
Barry Warsaw:
Here is a my tox.ini file:
```
[tox]
envlist = py27,py34,coverage-{py27,py34},fast-{py27,py34}
recreate = True
[coverage