CI: Lint project's *.yaml files as well as *.yml

This commit is contained in:
Adrien Vergé
2016-03-25 12:46:48 +01:00
parent 88ebcbbb93
commit 20545febe5

View File

@@ -11,7 +11,7 @@ install:
- pip install . - pip install .
script: script:
- flake8 . - flake8 .
- yamllint $(git ls-files '*.yml') - yamllint $(git ls-files '*.yaml' '*.yml')
- coverage run --source=yamllint setup.py test - coverage run --source=yamllint setup.py test
after_success: after_success:
coveralls coveralls