205:c1ff7500c753
Anton Shestakov <av6@dwimlabs.net>, Sat, 20 Aug 2016 10:10:40 +0800
viewer: show 30 latest checks on project page (was: 10) The page needs some "load more" buttons, but this'll do for now.

next change 227:b6b7b5f902ba
previous change 203:5fb816a7a437

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