Merge pull request #5186 from nulano/test-with-python3

CI: Use python3 in .ci/test.sh
This commit is contained in:
mergify[bot] 2021-01-06 10:30:04 +00:00 committed by GitHub
commit 8ca24cea71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,4 @@
set -e
python -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests
python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests