aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDougal Matthews2014-10-22 21:22:16 +0100
committerDougal Matthews2014-11-25 12:42:39 +0000
commit04abe9830c1b6c0670a49129529e8e8d9e411f2c (patch)
treefca52bb5e35d67c5c3d504e32802a17c788a6998 /tox.ini
parentae36a258d7266f73b73a0a722d39ff806d552e1b (diff)
downloaddjango-rest-framework-04abe9830c1b6c0670a49129529e8e8d9e411f2c.tar.bz2
Add a docs build to the Tox run
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a7200a3f..6b680813 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,3 +29,8 @@ deps =
pytest==2.5.2
flake8==2.2.2
commands = ./runtests.py --lintonly
+
+[testenv:py27-docs]
+deps =
+ mkdocs>=0.11.1
+commands = mkdocs build