From 130dc8823ebdcc1834fc7c4a03c996b13fc1e444 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 12 Jul 2018 10:36:00 -0700 Subject: [PATCH] Run Travis CI against Python 3.7 as well --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f272ab38..da681ec9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,9 @@ language: python # 3.6 is listed first so it gets used for the later build stages python: - - 3.6 - - 3.5 + - "3.6" + - "3.7-dev" + - "3.5" # Executed for 3.5 AND 3.5 as the first "test" stage: script: