282:99b534a9b1f5
Anton Shestakov <av6@dwimlabs.net>, Tue, 22 Aug 2017 14:24:58 +0800
docs: more words about configuration

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