Add yaml linter

This commit is contained in:
Norbi Peti 2018-11-05 12:46:44 +01:00 committed by GitHub
parent 33a0886b48
commit a4f394d548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: python
python:
- "3.6"
install:
- pip install yamllint
script:
- yamllint */*.yml