summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 5e8cbdec..7acd9ce0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -60,7 +60,10 @@ basepython = {env:COVERAGE_PYTHON}
# return.
deps =
-r doc/requirements.pip
+whitelist_externals =
+ make
commands =
+ make cmd_help
python doc/check_copied_from.py doc/*.rst
doc8 -q --ignore-path 'doc/_*' doc CHANGES.rst README.rst
sphinx-build -b html -aqE doc doc/_build/html