From: Dimitri Savineau Date: Fri, 22 Nov 2019 20:17:35 +0000 (-0500) Subject: travis: add python 3.7 and 3.8 X-Git-Tag: v6.0.0alpha1~207 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dd97353574720dccf1d9170c6250e6d032d70f02;p=ceph-ansible.git 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 --- 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: