Skip to content

Commit

Permalink
noterm
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 6, 2025
1 parent d6718f4 commit 1824400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,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
python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report xml Tests/test_image.py $REVERSE
ls -la

0 comments on commit 1824400

Please sign in to comment.