diff options
author | Benda Xu <heroxbd@gentoo.org> | 2018-05-29 13:54:45 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2018-05-29 13:54:45 +0800 |
commit | 0328a7f18b1f5db9dad7df068a4a9302a1855d31 (patch) | |
tree | f82ec958574c1bec0e12469b351ee018b301d6d9 | |
parent | remove cvs header and bump to EAPI=6. (diff) | |
download | R_overlay-0328a7f18b1f5db9dad7df068a4a9302a1855d31.tar.gz R_overlay-0328a7f18b1f5db9dad7df068a4a9302a1855d31.tar.bz2 R_overlay-0328a7f18b1f5db9dad7df068a4a9302a1855d31.zip |
Drop python2 support in tests.
-rwxr-xr-x | bin/invoke_pyscript_multi.bash | 2 |
1 files changed, 1 insertions, 1 deletions
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]##*/}" |