Added selftest

This commit is contained in:
Andrew Murray 2019-05-13 06:03:56 +10:00
parent caec8e4810
commit af15efe90f

View File

@ -57,6 +57,7 @@ function pre_build {
function run_tests_in_repo {
# Run Pillow tests from within source repo
python selftest.py
pytest
}