Add test with PyTaxonomies
parent
b81d3e8203
commit
6c5505c7a9
17
.travis.yml
17
.travis.yml
|
@ -1,9 +1,19 @@
|
||||||
language: bash
|
language: python
|
||||||
|
|
||||||
|
cache: pip
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
- "3.3"
|
||||||
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
- "3.5-dev"
|
||||||
|
- "nightly"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/stedolan/jq.git
|
- git clone https://github.com/stedolan/jq.git
|
||||||
- pushd jq
|
- pushd jq
|
||||||
|
@ -12,6 +22,11 @@ install:
|
||||||
- make
|
- make
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- popd
|
- popd
|
||||||
|
- git clone https://github.com/MISP/PyTaxonomies.git
|
||||||
|
- pushd PyTaxonomies
|
||||||
|
- pip install .
|
||||||
|
- popd
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cat */*.json | jq .
|
- cat */*.json | jq .
|
||||||
|
- pytaxonomies -l MANIFEST.json -a
|
||||||
|
|
Loading…
Reference in New Issue