[Pytest-commit] Issue #221: UnicodeEncodeError when trying to install file with special symbols (hpk42/tox)

2015-02-24 Thread Daniel Hahler
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

[Pytest-commit] Issue #222: setenv with generated environments require unwanted settings (hpk42/tox)

2015-02-24 Thread Barry Warsaw
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