From 6c5505c7a980122c8e27580e5d2d61044ca16f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 27 Jul 2016 15:24:33 +0200 Subject: [PATCH] Add test with PyTaxonomies --- .travis.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96744ae..4ae87b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,19 @@ -language: bash +language: python + +cache: pip sudo: required dist: trusty +python: + - "2.7" + - "3.3" + - "3.4" + - "3.5" + - "3.5-dev" + - "nightly" + install: - git clone https://github.com/stedolan/jq.git - pushd jq @@ -12,6 +22,11 @@ install: - make - sudo make install - popd + - git clone https://github.com/MISP/PyTaxonomies.git + - pushd PyTaxonomies + - pip install . + - popd script: - cat */*.json | jq . + - pytaxonomies -l MANIFEST.json -a