mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
use python3 in .ci/test.sh
This commit is contained in:
parent
2c41413b93
commit
a9f31ffee3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user