diff --git a/testall.sh b/testall.sh index fe867d62..ebfcf7b6 100755 --- a/testall.sh +++ b/testall.sh @@ -92,7 +92,7 @@ if [ "$clean" = 'TRUE' ]; then rm -- *.pdf *.log *.aux *.tex *.fls *.fdb_latexmk >/dev/null fi -if [[ "$nodoc" != 'TRUE' && "$python_version" == "3" && "$python_version_long" != 3.3.* && "$python_version_long" != 3.4.* && "$python_version_long" != 3.12.* ]]; then +if [[ "$nodoc" != 'TRUE' && "$python_version" == "3" && "$python_version_long" != 3.7.* && "$python_version_long" != 3.8.* && "$python_version_long" != 3.12.* ]]; then echo -e '\e[32mChecking for errors in docs and docstrings\e[0m' cd docs set -e