Permissions: -rw-r--r--
image: python:2pipelines: 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 - apt-get update && apt-get install -y wget tar unzip - make -j libs