285:29eb30fb2a3d
Anton Shestakov <av6@dwimlabs.net>, Thu, 14 Sep 2017 17:23:42 +0800
requirements: pytest-cov 2.5.1

next change 288:4c4a141c33b1
previous change 263:e6c582cfee55

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