New issue 502: py.test --doctest-modules doesn't skip setup.py
https://bitbucket.org/hpk42/pytest/issue/502/pytest-doctest-modules-doesnt-skip-setuppy
offbyone:
If I have the following path layout:
/setup.py
/package_name/
/package_name/__init__.py
I expect `--doctest-modules
New issue 217: Provide a host-based method of finding interpreters.
https://bitbucket.org/hpk42/tox/issue/217/provide-a-host-based-method-of-finding
offbyone:
When running tox builds, I want to have tox find interpreters in a
host-specific way; on some hosts, I have python 2.5 through 3.4 on