From 4c6e5a4486e0e17555774eb3279142234a8b4abc Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 27 Nov 2019 06:20:21 -0800 Subject: [PATCH] Run tests against 3.5 too --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3af29a6..cd6fdda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,9 @@ dist: xenial # 3.6 is listed first so it gets used for the later build stages python: - "3.6" - - "3.7-dev" - - "3.8-dev" + - "3.5" + - "3.7" + - "3.8" script: - sudo add-apt-repository ppa:jonathonf/backports -y