diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-20 15:39:22 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-20 15:39:22 +0000 |
commit | cfa8e2c554ce5bcf0d90eb6e816eaf3cbb365606 (patch) | |
tree | d31c86bccab22481feb3107e414ab222cc539ce2 /.buildkite/pipeline.yml | |
parent | Update the device list cache when keys/query is called (#5693) (diff) | |
parent | Merge pull request #5770 from matrix-org/erikj/fix_current_state_event_sqlite (diff) | |
download | synapse-cfa8e2c554ce5bcf0d90eb6e816eaf3cbb365606.tar.xz |
Merge pull request #5770 from matrix-org/erikj/fix_current_state_event_sqlite
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r-- | .buildkite/pipeline.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ee76954185..118d648862 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -48,14 +48,15 @@ steps: - wait - 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: |