diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -31,3 +31,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 | 
