Cleanup tests

pull/73/head
Raphaël Vinot 2017-07-25 15:30:30 +02:00
parent c7525b0260
commit 5cacfe37f7
1 changed files with 0 additions and 4 deletions

View File

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