From ee0d4fdb2358eb21b92182e38869510e5137676d Mon Sep 17 00:00:00 2001 From: Praveen K Pandey Date: Thu, 2 Jan 2020 12:03:39 +0530 Subject: [PATCH] Fix travis error as in python3.4 colorama not able to install so allowing failure for python3.4 Signed-off-by: Praveen K Pandey --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 161bedc7e..bb6d91fc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python matrix: allow_failures: - python: "2.7" + - python: "3.4" ## failing as recent changes in colorama failed to install python: - "2.7" #will remove when whole repo moved to python3