[Pytest-commit] commit/tox: 2 new changesets

2015-06-23 Thread commits-noreply
2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/09fd6a94e281/ Changeset: 09fd6a94e281 User:hpk42 Date:2015-06-23 11:49:40+00:00 Summary: some fixes for detox, preparing 2.1.1 Affected #: 7 files diff -r fb8ff963c77a5e9189559597cf45cca2a88c03a0 -r 09fd6a94e281

[Pytest-commit] Issue #260: Fatal Python error when running 32bit Python via tox on Windows (hpk42/tox)

2015-06-23 Thread Florian Bruhin
New issue 260: Fatal Python error when running 32bit Python via tox on Windows https://bitbucket.org/hpk42/tox/issue/260/fatal-python-error-when-running-32bit Florian Bruhin: With this tox.ini: ```ini [testenv] commands = {envpython} -c 'print("Hello World")' basepython = C:\Python34_x32\python.