239:d63d57df465c
Anton Shestakov <av6@dwimlabs.net>, Tue, 20 Sep 2016 18:56:49 +0800
templates: move table rows with project checks to a separate template

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