diff options
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -11,7 +11,9 @@ commands = python virtualenv.py {envtmpdir}/test-venv-01 [testenv:docs] -deps = sphinx -basepython = python2.7 +deps = + sphinx + readme commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html + python setup.py check -m -r -s |
