From dd97353574720dccf1d9170c6250e6d032d70f02 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Fri, 22 Nov 2019 15:17:35 -0500 Subject: [PATCH] travis: add python 3.7 and 3.8 Add both python 3.7 and 3.8 in the travis matrix testing. Signed-off-by: Dimitri Savineau --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d9a1c9365..47faa13d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python python: - "2.7" - "3.6" + - "3.7" + - "3.8" notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/ install: -- 2.39.5