summary refs log tree commit diff
path: root/.buildkite/pipeline.yml
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-07-29 13:04:50 +0100
committerErik Johnston <erik@matrix.org>2019-07-29 13:04:50 +0100
commit84c6ea1af8383049333213e108941a7831b2a4fd (patch)
treead8a4c7188b0f7432d3a2e23cf942e40dba3d1ad /.buildkite/pipeline.yml
parentFix current_state bg update to work on old SQLite (diff)
downloadsynapse-84c6ea1af8383049333213e108941a7831b2a4fd.tar.xz
Update old deps unit test to use old sqlite3
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r--.buildkite/pipeline.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml

index c8ae1a44be..b75269a155 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml
@@ -49,14 +49,15 @@ steps: - command: - - "python -m pip install tox" + - "apt-get update && apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev" + - "python3.5 -m pip install tox" - "tox -e py35-old,codecov" label: ":python: 3.5 / SQLite / Old Deps" env: TRIAL_FLAGS: "-j 2" plugins: - docker#v3.0.1: - image: "python:3.5" + image: "ubuntu:xenial" # We use xenail to get an old sqlite and python propagate-environment: true retry: automatic: