New issue 234: Have some level of non-concurrency.
https://bitbucket.org/hpk42/tox/issue/234/have-some-level-of-non-concurrency
Matthew Schinckel:
I have a really nice workflow for managing coverage testing using tox: I have
an envlist that looks something like:
clean,{py27,py33,py34,pypy}-
New issue 711: Confusing exit code when pkg_resources fails
https://bitbucket.org/pytest-dev/pytest/issue/711/confusing-exit-code-when-pkg_resources
Diogo Campos:
When pytest fails to start (e.g., missing a dependency), the test command fails
with something like this:
```
#!python
Traceback (m