From ac4a3057cf7313a0ca8b340aa36a537117aff997 Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Thu, 9 Apr 2020 17:40:25 +0530 Subject: [PATCH] fix: travis add pip3 addon --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 13542c2ce60..6f106b2c196 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,13 @@ language: python + dist: trusty +addons: + apt: + packages: + - "python3" + - "python3-pip" + python: - "2.7"