diff options
| author | Bobby <[email protected]> | 2022-08-31 00:13:32 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-31 00:13:32 -0400 |
| commit | 202fbe83351c0c205b20eeca73f7e9fcfd601ef5 (patch) | |
| tree | 2492999e1cb9dcf563bbc490b0c87705c4a65b95 /tests.local.sh | |
| parent | 9fa92587458ab2bb19922f15a0733006924cba04 (diff) | |
| download | edify-202fbe83351c0c205b20eeca73f7e9fcfd601ef5.tar.xz edify-202fbe83351c0c205b20eeca73f7e9fcfd601ef5.zip | |
Added Docs Output to Shell Script
Diffstat (limited to 'tests.local.sh')
| -rwxr-xr-x | tests.local.sh | 3 |
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])))') |
