260:7ffb6f327aa4
Anton Shestakov <av6@dwimlabs.net>, Fri, 16 Jun 2017 15:16:56 +0800
linters: make yamllint also use python_version In case of Python 3 projects that also have YAML files this can change save some seconds spent on setting up an extra virtualenv (for Python 2).

next change 262:2f40cd364777
previous change 227:b6b7b5f902ba

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
image: python:2
pipelines:
default:
- step:
script:
- pip install -r requirements.txt -r dev-requirements.txt
- ./run-tests.py -v
--cov-report=term
--cov=candolint
--cov=incoming.py
--cov=viewer.py
--cov=checker.py
--cov=hooks-queue.py