diff options
author | John Anderson <sontek@gmail.com> | 2015-06-19 19:43:49 -0700 |
---|---|---|
committer | John Anderson <sontek@gmail.com> | 2015-06-19 19:43:49 -0700 |
commit | c475526677a9ed40edaf2f474f404b38166eb8d9 (patch) | |
tree | cc2e37be45aa0d835743588100b31b9c191a8f8b /tox.ini | |
parent | e67d4e379bd2c8e8d715d03aa7b10e66fed02188 (diff) | |
download | pymemcache-c475526677a9ed40edaf2f474f404b38166eb8d9.tar.gz |
Initial implementation of docs
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |