From a7b8bf8e6ffc4c593615b858e6fb05a8b97547fe Mon Sep 17 00:00:00 2001 From: Fan Jiang Date: Fri, 14 Feb 2020 13:44:00 -0500 Subject: [PATCH] Include setuptools --- .travis.python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.python.sh b/.travis.python.sh index d126e26ff..1ef5799aa 100644 --- a/.travis.python.sh +++ b/.travis.python.sh @@ -12,7 +12,7 @@ if [[ $(uname) == "Darwin" ]]; then brew install wget else # Install a system package required by our library - sudo apt-get install wget libicu-dev python3-pip + sudo apt-get install wget libicu-dev python3-pip python3-setuptools fi CURRDIR=$(pwd)