Skip to content

Commit

Permalink
Clean travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jul 25, 2017
1 parent 5cacfe3 commit 59e9c99
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Expand Up @@ -4,8 +4,6 @@ cache: pip

sudo: required

dist: trusty

python:
- "3.6"
- "3.6-dev"
Expand All @@ -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

0 comments on commit 59e9c99

Please sign in to comment.