From a5ae1e0f6e80e9707b441b4bff091a0ab1c65107 Mon Sep 17 00:00:00 2001 From: Praveen K Pandey Date: Fri, 29 Nov 2019 13:45:53 +0530 Subject: [PATCH] Allow 2.7 failure in travis as this repo will hold good for python3 Allow 2.7 failure as this repo will hold good for python3 Signed-off-by: Praveen K Pandey --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 383304f6a..161bedc7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: python +matrix: + allow_failures: + - python: "2.7" + python: - "2.7" #will remove when whole repo moved to python3 - "3.4"