aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests.local.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests.local.sh b/tests.local.sh
index bb2c732..f773fa9 100755
--- a/tests.local.sh
+++ b/tests.local.sh
@@ -4,6 +4,9 @@ tox -e clean
# Run Tests
tox -e check -v
+# Run Docs
+tox -e docs -v
+
# Get the current installed python version
PYTHON_VERSION=$(python3 -c 'import sys; print(".".join(map(str, sys.version_info[:3])))')