Cleanup tests
parent
c7525b0260
commit
5cacfe37f7
|
@ -7,9 +7,6 @@ sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
|
||||||
- "3.5"
|
|
||||||
- "3.5-dev"
|
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.6-dev"
|
- "3.6-dev"
|
||||||
- "nightly"
|
- "nightly"
|
||||||
|
@ -28,6 +25,5 @@ script:
|
||||||
- pytaxonomies -l MANIFEST.json -a
|
- pytaxonomies -l MANIFEST.json -a
|
||||||
- pushd PyTaxonomies
|
- pushd PyTaxonomies
|
||||||
- pip install -r website/REQUIREMENTS.txt
|
- pip install -r website/REQUIREMENTS.txt
|
||||||
- git clone https://github.com/MISP/misp-taxonomies.git
|
|
||||||
- nosetests
|
- nosetests
|
||||||
- popd
|
- popd
|
||||||
|
|
Loading…
Reference in New Issue