225:ada00fa1bf8b
Anton Shestakov <av6@dwimlabs.net>, Wed, 24 Aug 2016 21:26:24 +0800
queue: move option creation to main() to help with tests

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