323:81a30615a4bb
Anton Shestakov <av6@dwimlabs.net>, Tue, 28 Nov 2017 11:55:40 +0800
pipelines: give it 1 minute

next change 329:6e89b4cea984
previous change 288:4c4a141c33b1

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
image: python:2
pipelines:
default:
- step:
max-time: 1
caches:
- pip
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