288:4c4a141c33b1
Anton Shestakov <av6@dwimlabs.net>, Thu, 14 Sep 2017 17:59:05 +0800
pipelines: retain ~/.cache/pip between runs

previous change 260:7ffb6f327aa4

linters/yamllint.yml

Permissions: -rw-r--r--

Other formats: Feeds:
vars:
python_version: 2
setup:
- ['virtualenv', '--python=python%(python_version)s', '../venv%(python_version)s']
- ['../venv%(python_version)s/bin/pip', 'install', 'yamllint']
exec: ['../venv%(python_version)s/bin/yamllint']
flags: ['--config-data', 'relaxed', '--format', 'parsable']
version: ['--version']