chg: [travis] default to pip3
parent
b7a8a6d02d
commit
a425dba882
|
@ -13,8 +13,8 @@ python:
|
||||||
install:
|
install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -y -qq jq moreutils
|
- sudo apt-get install -y -qq jq moreutils
|
||||||
- pip install jsonschema
|
- pip3 install jsonschema
|
||||||
- pip install git+https://github.com/MISP/PyTaxonomies.git
|
- pip3 install git+https://github.com/MISP/PyTaxonomies.git
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./validate_all.sh
|
- ./validate_all.sh
|
||||||
|
|
Loading…
Reference in New Issue