chg: [travis] default to pip3

pull/182/head
Alexandre Dulaunoy 2020-03-08 16:48:17 +01:00
parent b7a8a6d02d
commit a425dba882
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 2 deletions

View File

@ -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