From ec740ae42c3573bb64242ef630e06a3a92a5618d Mon Sep 17 00:00:00 2001 From: yegor256 Date: Mon, 13 Jul 2020 20:36:25 +0300 Subject: [PATCH] #98 install pip3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8238fc3c..cb3f1c36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: - mvn clean install -Pqulice --errors --batch-mode before_install: - sudo apt-get update - - sudo apt-get install python3 + - sudo apt-get install python3 python3-pip - rvm install 2.6.0 - rvm use 2.6.0 install: