New issue 142: tox on buildout
https://bitbucket.org/hpk42/tox/issue/142/tox-on-buildout
faassen:
I've tried using tox from within a buildout. I can easily get tox installed,
and then have a 'bin/tox' available in my buildout. When I run it however I get
errors like this:
```
Already using int
New issue 143: projects with setup.py as tox test fixtures
https://bitbucket.org/hpk42/tox/issue/143/projects-with-setuppy-as-tox-test-fixtures
faassen:
I have code that needs Python projects with a setup.py as test fixtures. This
is because I'm testing code that inspects their requirements usin