diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-09-27 23:21:54 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-27 23:21:54 +1000 |
commit | b3064532d005e08a3f5ec0c2a2decf688208f5e6 (patch) | |
tree | 1c3650106b8a12bbf2a69766d98b2f34e9311cfb /.travis.yml | |
parent | Merge pull request #3961 from matrix-org/neilj/lock_mau_upserts (diff) | |
download | synapse-b3064532d005e08a3f5ec0c2a2decf688208f5e6.tar.xz |
Run our oldest supported configuration in CI (#3952)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b6faca4b92..2077f6af72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,9 @@ matrix: env: TOX_ENV=py27 - python: 2.7 + env: TOX_ENV=py27-old + + - python: 2.7 env: TOX_ENV=py27-postgres TRIAL_FLAGS="-j 4" services: - postgresql |