From f274f9004302c5ca75ce89d0abfd648457957e31 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 6 Jun 2019 01:37:46 -0700 Subject: [PATCH] Test against Python 3.8-dev using Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1553ef1e..b37ae967 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.6" - "3.7" - "3.5" + - "3.8-dev" # Executed for 3.5 AND 3.5 as the first "test" stage: script: