14 lines
259 B
INI
14 lines
259 B
INI
# Python Reddwarf Client
|
|
|
|
[tox]
|
|
envlist = py26, docs
|
|
|
|
[testenv:docs]
|
|
deps =
|
|
coverage
|
|
httplib2
|
|
sphinx
|
|
commands =
|
|
sphinx-build -b doctest {toxinidir}/docs/source {envtmpdir}/html
|
|
sphinx-build -b html {toxinidir}/docs/source {envtmpdir}/html
|