Disable tests for Python 2.7 version

This commit is contained in:
Abhinav Singh 2019-08-11 21:47:24 -07:00
parent 653163532c
commit 824ba57589
1 changed files with 2 additions and 1 deletions

View File

@ -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.