From a425dba88253cbdabb84874fb4ac504c3a020a50 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 8 Mar 2020 16:48:17 +0100 Subject: [PATCH] chg: [travis] default to pip3 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b8ec15..240bced 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ python: install: - sudo apt-get update -qq - sudo apt-get install -y -qq jq moreutils - - pip install jsonschema - - pip install git+https://github.com/MISP/PyTaxonomies.git + - pip3 install jsonschema + - pip3 install git+https://github.com/MISP/PyTaxonomies.git script: - ./validate_all.sh