From 0328a7f18b1f5db9dad7df068a4a9302a1855d31 Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Tue, 29 May 2018 13:54:45 +0800 Subject: Drop python2 support in tests. --- bin/invoke_pyscript_multi.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/invoke_pyscript_multi.bash b/bin/invoke_pyscript_multi.bash index 8ed4ddc..d2fc9eb 100755 --- a/bin/invoke_pyscript_multi.bash +++ b/bin/invoke_pyscript_multi.bash @@ -6,7 +6,7 @@ # e.g. creates a R-overlay.conf.tests file. # -: ${PYTHON_IMPL:="python2.7 python3"} +: ${PYTHON_IMPL:="python3"} readonly SCRIPT=$(readlink -f "${BASH_SOURCE[0]?}") readonly SCRIPT_NAME="${BASH_SOURCE[0]##*/}" -- cgit v1.2.3-65-gdbad