diff --git a/.ci/test.sh b/.ci/test.sh index ead72cfa6b9..443c95fa411 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -4,4 +4,5 @@ set -e python3 -c "from PIL import Image" +python3 -m pip list installed python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests/test_image.py $REVERSE