From 645216e081d5b70287b874e8294d8a23bedb970d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sun, 12 Feb 2017 21:13:14 +0100 Subject: [PATCH] Install dep --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b17b87a..a5c92ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,16 @@ -language: bash +language: python + +cache: pip + +python: + - "3.6" sudo: required -dist: trusty - install: - sudo apt-get update -qq - sudo apt-get install -y -qq jq + - pip install jsonschema script: - |