diff options
author | Erik Johnston <erikj@jki.re> | 2019-03-19 13:05:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-19 13:05:39 +0000 |
commit | 4aa0b707d252cd36af0ed4287ceb4f33b50b1d05 (patch) | |
tree | 14c84938630d937db68529e321ef99e46bbbcf89 /.buildkite/pipeline.yml | |
parent | Merge pull request #4889 from matrix-org/rav/test_real_config (diff) | |
parent | Add comment back in (diff) | |
download | synapse-4aa0b707d252cd36af0ed4287ceb4f33b50b1d05.tar.xz |
Merge pull request #4879 from matrix-org/erikj/test_old_deps
Add py27-old test case to buildkite
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r-- | .buildkite/pipeline.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 369a1ffed1..44b258dca6 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -90,6 +90,17 @@ steps: image: "python:3.7" propagate-environment: true + - command: + - "python -m pip install tox" + - "tox -e py27-old,codecov" + label: ":python: 2.7 / SQLite / Old Deps" + env: + TRIAL_FLAGS: "-j 2" + plugins: + - docker#v3.0.1: + image: "python:2.7" + propagate-environment: true + - label: ":python: 2.7 / :postgres: 9.4" env: TRIAL_FLAGS: "-j 4" |