Added import test

This commit is contained in:
Andrew Murray 2021-01-09 12:13:00 +11:00
parent cfff80ad76
commit 2bbb82a019

View File

@ -2,4 +2,6 @@
set -e set -e
python3 -c "from PIL import Image"
python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests