Revision 00b75e5122d453c4cdb7c478e5ac749dec169469 authored by Frank Ong on 01 July 2021, 23:46:15 UTC, committed by Frank Ong on 01 July 2021, 23:46:15 UTC
1 parent 62f3ecd
Raw File
run_tests.sh
set -e
rm -rf docs/generated/
coverage run -m unittest
flake8
sphinx-build -W docs docs/_build/html
back to top