Force run PyTaxonomies in travis.

pull/73/head
Raphaël Vinot 2017-07-19 18:22:38 +02:00
parent 08d87573d4
commit 2723592e2d
1 changed files with 5 additions and 0 deletions

View File

@ -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