From 824ba5758909e442e26d6bffe31c88807e6a067c Mon Sep 17 00:00:00 2001 From: Abhinav Singh Date: Sun, 11 Aug 2019 21:47:24 -0700 Subject: [PATCH] Disable tests for Python 2.7 version --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e2cfaa48..277a11bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - - "2.7" + # Disable 2.7 since proxy.py will not support this in future + # - "2.7" # Disabled due to test failures like: # TypeError: unsupported operand type(s) for %: 'bytes' and 'bytes' # Needs explicit conversion to bytes after string formatting.