Permissions: -rw-r--r--
setup: - ['virtualenv', '--python=python2', '../venv2'] - ['../venv2/bin/pip', 'install', 'flake8', 'pep8-naming']exec: ['../venv2/bin/flake8']version: ['--version']