]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
travis: add python 3.7 and 3.8
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 22 Nov 2019 20:17:35 +0000 (15:17 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 25 Nov 2019 08:17:19 +0000 (09:17 +0100)
Add both python 3.7 and 3.8 in the travis matrix testing.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
.travis.yml

index d9a1c9365241e7eea180f8432e689122872af5f8..47faa13d09f8a7f5e47703d595dc49a563f707e4 100644 (file)
@@ -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: