Install dep

pull/27/head
Raphaël Vinot 2017-02-12 21:13:14 +01:00
parent 73aa76fcc8
commit 645216e081
1 changed files with 7 additions and 3 deletions

View File

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