Installed tox, created a tox.ini and ran tox.
There are errors in other lib/python2.7/site-packages packages (e.g. more_itertools) which are quite confusing; I don't develop those modules.
Tox needs to be configured ...
- to test my doctests only, and perhaps
- to discover doctests at all, but of course
- (as for modules) in my
src/ tree only.
Installed
tox, created atox.iniand rantox.There are errors in other
lib/python2.7/site-packagespackages (e.g.more_itertools) which are quite confusing; I don't develop those modules.Tox needs to be configured ...
src/tree only.