Disable tests for Python 2.7 version
This commit is contained in:
parent
653163532c
commit
824ba57589
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue