summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2015-06-19 19:43:49 -0700
committerJohn Anderson <sontek@gmail.com>2015-06-19 19:43:49 -0700
commitc475526677a9ed40edaf2f474f404b38166eb8d9 (patch)
treecc2e37be45aa0d835743588100b31b9c191a8f8b /tox.ini
parente67d4e379bd2c8e8d715d03aa7b10e66fed02188 (diff)
downloadpymemcache-c475526677a9ed40edaf2f474f404b38166eb8d9.tar.gz
Initial implementation of docs
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index dde7b69..7f7e67e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,3 +4,9 @@ envlist = py26, py27, pypy, py33
[testenv]
commands =
python setup.py nosetests
+
+[testenv:docs]
+commands =
+ pip install -r docs-requirements.txt
+ sphinx-apidoc -o docs/apidoc/ pymemcache
+ sphinx-build -b html docs/ docs/_build