Pillow/.ci/test.sh
2021-06-14 22:58:40 +10:00

8 lines
150 B
Bash
Executable File

#!/bin/bash
set -e
python3 -c "from PIL import Image"
python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests $REVERSE