From a328ad8fd130d450ee1a8108a45491b7e278eb36 Mon Sep 17 00:00:00 2001 From: Shane Loretz Date: Mon, 30 Dec 2019 14:18:31 -0800 Subject: [PATCH] Also run tests with Python 3.7 and 3.8 Signed-off-by: Shane Loretz --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 36f471b..52736df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ python: - "2.7" - "3.5" - "3.6" + - "3.7" + - "3.8" # Add test requirements; travis will do the rest before_install: