225:ada00fa1bf8b
Anton Shestakov <av6@dwimlabs.net>, Wed, 24 Aug 2016 21:26:24 +0800
queue: move option creation to main() to help with tests

previous change 192:513e6162d4d6

linters/flake8.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', 'flake8', 'pep8-naming']
exec: ['../venv%(python_version)s/bin/flake8']
version: ['--version']