use python3 in .ci/test.sh

This commit is contained in:
nulano 2021-01-06 10:59:03 +01:00
parent 2c41413b93
commit a9f31ffee3

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