From bece8b94881e4f8d1b64f69640802f82e4b0359a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 10 Mar 2020 14:45:07 +0100 Subject: [PATCH] chg: Fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 240bced..1b34078 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - sudo apt-get update -qq - sudo apt-get install -y -qq jq moreutils - pip3 install jsonschema - - pip3 install git+https://github.com/MISP/PyTaxonomies.git + - pip3 install pytaxonomies script: - ./validate_all.sh