Pillow/.ci/test.cmd
2024-09-22 11:52:11 -05:00

4 lines
166 B
Batchfile

python.exe -c "from PIL import Image"
IF ERRORLEVEL 1 EXIT /B
python.exe -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests