From 59e9c99b08b5a8bde181051d4888962fd46933d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 25 Jul 2017 15:47:59 +0200 Subject: [PATCH] Clean travis --- .travis.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4f14768..f4efa6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ cache: pip sudo: required -dist: trusty - python: - "3.6" - "3.6-dev" @@ -15,15 +13,8 @@ install: - sudo apt-get update -qq - sudo apt-get install -y -qq jq moreutils - pip install jsonschema - - git clone https://github.com/MISP/PyTaxonomies.git - - pushd PyTaxonomies - - pip install . - - popd + - pip install git+https://github.com/MISP/PyTaxonomies.git script: - ./validate_all.sh - pytaxonomies -l MANIFEST.json -a - - pushd PyTaxonomies - - pip install -r website/REQUIREMENTS.txt - - nosetests - - popd