add tox env for building docs

Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2013-06-03 17:38:56 -04:00
parent 9136939760
commit 3682eabc20
2 changed files with 6 additions and 0 deletions

2
docs/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
Pillow
Sphinx

View File

@ -11,3 +11,7 @@ deps =
[testenv:style]
deps = flake8
commands = flake8 stevedore setup.py
[testenv:docs]
deps = -r{toxinidir}/docs/requirements.txt
commands = python setup.py build_sphinx