chg: [travis] default to pip3
parent
b7a8a6d02d
commit
a425dba882
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue