From 2723592e2d4d8d179b3cfea161a87412e5604068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 19 Jul 2017 18:22:38 +0200 Subject: [PATCH] Force run PyTaxonomies in travis. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 96bf29f..3448d1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,8 @@ install: script: - ./validate_all.sh - pytaxonomies -l MANIFEST.json -a + - pushd PyTaxonomies + - pip install -r website/REQUIREMENTS.txt + - git clone https://github.com/MISP/misp-taxonomies.git + - nosetests + - popd