Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 20:49:37 +0800
pipelines: install dependencies, run tests and report coverage
linters/yamllint.yml
Permissions: -rw-r--r--
- ['virtualenv', '--python=python2', '../venv2'] - ['../venv2/bin/pip', 'install', 'yamllint'] exec: ['../venv2/bin/yamllint'] flags: ['--config-data', 'relaxed', '--format', 'parsable']