From a9f31ffee36913df0e1e6fa8af2c4f3e46555e39 Mon Sep 17 00:00:00 2001 From: nulano Date: Wed, 6 Jan 2021 10:59:03 +0100 Subject: [PATCH] use python3 in .ci/test.sh --- .ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/test.sh b/.ci/test.sh index 5a19ec9b4..0f681fe30 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -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