summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 64bd324..d5621f9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,10 +26,12 @@ deps = -r{toxinidir}/etc/requirements.txt
commands =
sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
echo "Generated docs available in {toxinidir}/_build/html"
+ python check.py
whitelist_externals =
echo
git
sh
+ python
[testenv:needs]
basepython = python3