258:cbed3b988414
Anton Shestakov <av6@dwimlabs.net>, Sun, 04 Dec 2016 14:33:51 +0800
linters: 0.16.3 is the latest luacheck version with sane exit codes

next change 262:2f40cd364777
previous change 227:b6b7b5f902ba

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