diff options
| author | Tom Christie | 2014-11-25 16:06:45 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-11-25 16:06:45 +0000 | 
| commit | 306916aca126dfbe61fe9d1f0052c5cce921b669 (patch) | |
| tree | e2f4036fa043ec501d5c85ae3e7e8fb91408f051 /tox.ini | |
| parent | 64d8e3dcb6846610e1908e067962b0c8457a86f8 (diff) | |
| parent | 84b34d43307704ad8240b871a48dcd6e73848cd1 (diff) | |
| download | django-rest-framework-306916aca126dfbe61fe9d1f0052c5cce921b669.tar.bz2 | |
Merge branch 'd0ugal-mkdocs'
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 | 
