From: Dimitri Savineau Date: Tue, 14 Jan 2020 16:48:50 +0000 (-0500) Subject: travis: drop python2 support X-Git-Tag: v6.0.0alpha1~114 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c61db12c0949f534bdcfe51abd7697b092c6345c;p=ceph-ansible.git travis: drop python2 support Since python2 is EOL we can drop it from travis CI matrix. Signed-off-by: Dimitri Savineau --- diff --git a/.travis.yml b/.travis.yml index 47faa13d0..0268c70ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.7" - "3.6" - "3.7" - "3.8"