From af15efe90f839f81cb2f91b505042bf95f1a1457 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 13 May 2019 06:03:56 +1000 Subject: [PATCH] Added selftest --- config.sh | 1 + 1 file changed, 1 insertion(+) 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 }