From: Dimitri Savineau Date: Mon, 4 Mar 2019 15:29:09 +0000 (-0500) Subject: travis: Add python 2.7 X-Git-Tag: v4.0.0rc1~47 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=676b4c979b1cad613baada1eec7440e645ad4ec6;p=ceph-ansible.git travis: Add python 2.7 Because we're still using Linux distributions with python 2.7 (like CentOS/RHEL 7) it could be useful to run travis tests against python 2.7 even if the support will be ended in 2020. Signed-off-by: Dimitri Savineau --- diff --git a/.travis.yml b/.travis.yml index d29a5cbc9..0cacde7e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python python: + - "2.7" - "3.6" notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/