summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 1686cb3..10a738c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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