diff options
| author | Dougal Matthews | 2014-10-22 21:22:16 +0100 | 
|---|---|---|
| committer | Dougal Matthews | 2014-11-25 12:42:39 +0000 | 
| commit | 04abe9830c1b6c0670a49129529e8e8d9e411f2c (patch) | |
| tree | fca52bb5e35d67c5c3d504e32802a17c788a6998 /tox.ini | |
| parent | ae36a258d7266f73b73a0a722d39ff806d552e1b (diff) | |
| download | django-rest-framework-04abe9830c1b6c0670a49129529e8e8d9e411f2c.tar.bz2 | |
Add a docs build to the Tox run
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -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 | 
