227:b6b7b5f902ba
Anton Shestakov <av6@dwimlabs.net>, Thu, 25 Aug 2016 11:22:09 +0800
tests: test hook handlers in hooks-queue.py

next change 262:2f40cd364777
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
--cov=hooks-queue.py