Merge pull request #120 from radarhere/selftest

Added selftest
This commit is contained in:
Andrew Murray 2019-06-26 19:58:49 +10:00 committed by GitHub
commit 620d602939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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