341:0d7987defa1a
Anton Shestakov <av6@dwimlabs.net>, Wed, 30 May 2018 20:46:17 +0800
queue: don't set ETag to None if it's not in response headers

previous change 329:6e89b4cea984

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
image: python:2
pipelines:
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