From 4f6e96d0284c99eab58603d5d7b179cc5ed88a93 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 13 Feb 2020 13:17:35 +0100 Subject: [PATCH] chg: [travis] pip3 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cd40f33..3cd29fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ sudo: required install: - sudo apt-get update -qq - sudo apt-get install -y -qq jq moreutils + - sudo apt-get install python3-pip - pip install jsonschema pipenv - pushd .. # Install PyMISPGalaxies