Anton Shestakov <av6@dwimlabs.net>, Sat, 30 Jul 2016 13:48:34 +0800
checker: explicitly add python 2.7 and 3.5 to dockerfile
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']