Pillow/.ci/test.sh

8 lines
150 B
Bash
Raw Normal View History

2017-01-19 18:54:54 +03:00
#!/bin/bash
set -e
2021-01-09 04:13:00 +03:00
python3 -c "from PIL import Image"
2021-06-14 15:58:40 +03:00
python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests $REVERSE