From 202fbe83351c0c205b20eeca73f7e9fcfd601ef5 Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 31 Aug 2022 00:13:32 -0400 Subject: Added Docs Output to Shell Script --- tests.local.sh | 3 +++ 1 file changed, 3 insertions(+) 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])))') -- cgit v1.2.3