--- /dev/null Thu Jan 01 00:00:00 1970 +0000+++ b/bitbucket-pipelines.yml Thu Aug 11 20:49:37 2016 +0800@@ -0,0 +1,13 @@+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