summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-18 17:15:46 +0000
committerErik Johnston <erik@matrix.org>2019-03-18 17:15:46 +0000
commit45f97de657418504567474860decf7b40914cb4d (patch)
treedfd15866ef7da74f3e7db1fa099cadfadd61f8e1
parentAdd ratelimiting on login (#4821) (diff)
downloadsynapse-45f97de657418504567474860decf7b40914cb4d.tar.xz
Add py27-old test case to buildkite
-rw-r--r--.buildkite/pipeline.yml11
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"