327:8fc9170554d1
Anton Shestakov <av6@dwimlabs.net>, Tue, 28 Nov 2017 12:14:11 +0800
Makefile: add simple targets

next change 329:6e89b4cea984
previous change 323:81a30615a4bb

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