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