From 15213d0aaedfadbf5c27b33416c8c5e4e4845b58 Mon Sep 17 00:00:00 2001 From: Pauline Ribeyre Date: Wed, 10 Jul 2019 13:42:45 -0500 Subject: [PATCH] chore(python3): remove python 2 testing in travis --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5ba2482b..9d89a144 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,8 @@ dist: xenial language: python python: - - "2.7" - "3.6" -matrix: - allow_failures: - - python: "2.7" - sudo: false services: