Pillow/.ci/test.sh
DWesl 4d0e294eb0
CI: Revert changes to test.sh
Some early runs needed to explicitly specify the minor version to avoid calling python3.9 which had none of the dependencies installed.
That problem should be fixed.
2022-02-07 17:00:37 -05: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