Fix TravisCI

This commit is contained in:
Andrea Cardaci 2018-08-31 18:08:11 +02:00
parent 8f4b085807
commit fdbd1220bb

View File

@ -1,5 +1,8 @@
---
language: python
python:
- 3.6
install:
- pip install --user jsonschema yamllint
- pip install jsonschema yamllint
script:
- make lint