263:e6c582cfee55
Anton Shestakov <av6@dwimlabs.net>, Fri, 16 Jun 2017 16:22:12 +0800
pipelines: new coverage doesn't show extra modules that end with .py

next change 288:4c4a141c33b1
previous change 262:2f40cd364777

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
--color=yes
--cov-report=term
--cov=candolint
--cov=incoming
--cov=viewer
--cov=checker
--cov=hooks-queue