259:d6260ec4891d
Anton Shestakov <av6@dwimlabs.net>, Fri, 03 Feb 2017 18:08:05 +0800
docker: worker image doesn't need python 3.5 specifically, any 3.x is fine

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