Skip to content
Snippets Groups Projects
tox.ini 381 B
Newer Older
fuzzyman's avatar
fuzzyman committed
envlist = py24,py25,py26,py27
deps=unittest2
fuzzyman's avatar
fuzzyman committed
commands=unit2 discover []
fuzzyman's avatar
fuzzyman committed
    unit2 discover []
    sphinx-build -b doctest docs html
    sphinx-build docs html
deps = 
    unittest2
    sphinx

[testenv:py27]
commands=
fuzzyman's avatar
fuzzyman committed
    unit2 discover []
    sphinx-build -b doctest docs html
    sphinx-build docs html
deps = 
    unittest2
    sphinx