diff --git a/config.sh b/config.sh index af10cf23a..2490913b4 100644 --- a/config.sh +++ b/config.sh @@ -57,6 +57,7 @@ function pre_build { function run_tests_in_repo { # Run Pillow tests from within source repo + python selftest.py pytest }