From bcce50471e264bcd8376b3c277600af629684083 Mon Sep 17 00:00:00 2001 From: John Whittington Date: Thu, 6 Aug 2020 09:23:39 +0200 Subject: add python3 and pip3 to travis yml --- tests/script/bootstrap/common.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tests') diff --git a/tests/script/bootstrap/common.sh b/tests/script/bootstrap/common.sh index 20c1037..221dd21 100644 --- a/tests/script/bootstrap/common.sh +++ b/tests/script/bootstrap/common.sh @@ -167,13 +167,7 @@ if [ -z $COMMON_SOURCED ]; then if ! command -v pip3 >/dev/null 2>&1; then echo "Installing Pip..." - if ! command -v easy_install3 >/dev/null 2>&1; then - _install "python3-setuptools" - fi - - if ! command -v easy_install3 >/dev/null 2>&1; then - die "easy_install3 not available, can't install pip3" - fi + _install "python3-pip" $SUDO_CMD easy_install3 pip3 fi -- cgit v1.2.3