aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-08-31 00:13:32 -0400
committerBobby <[email protected]>2022-08-31 00:13:32 -0400
commit202fbe83351c0c205b20eeca73f7e9fcfd601ef5 (patch)
tree2492999e1cb9dcf563bbc490b0c87705c4a65b95
parent9fa92587458ab2bb19922f15a0733006924cba04 (diff)
downloadedify-202fbe83351c0c205b20eeca73f7e9fcfd601ef5.tar.xz
edify-202fbe83351c0c205b20eeca73f7e9fcfd601ef5.zip
Added Docs Output to Shell Script
-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])))')