add tox shortcut to build docs

Change-Id: I4297e13a6a944c40dbe1835434a0f6b3ef96ebb9
This commit is contained in:
Khai Do 2014-04-17 12:15:40 -07:00
parent eee19fd998
commit 5e5351edd3
1 changed files with 3 additions and 0 deletions

View File

@ -32,3 +32,6 @@ exclude = .venv,.tox,dist,doc,*.egg
show-source = true
# E123, E125, and H ignored intentionally in this code-base
ignore = E123,E125,H
[testenv:doc]
commands = python setup.py build_sphinx