[tox]
envlist = py24,py25,py26,py27
[testenv]
deps=unittest2
commands=unit2 discover []
[testenv:py26] commands=
unit2 discover []
sphinx-build -b doctest docs html sphinx-build docs html deps = unittest2 sphinx [testenv:py27] commands=
sphinx-build -b doctest docs html sphinx-build docs html deps = unittest2 sphinx