Disable py 3.3 and 3.4 for now
This commit is contained in:
parent
6eb4be803d
commit
d041995c06
|
@ -1,8 +1,12 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
# Disabled due to test failures like:
|
||||
# TypeError: unsupported operand type(s) for %: 'bytes' and 'bytes'
|
||||
# Needs explicit conversion to bytes after string formatting.
|
||||
# Example, see https://travis-ci.org/abhinavsingh/proxy.py/jobs/490855017
|
||||
#- "3.3"
|
||||
#- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
|
|
Loading…
Reference in New Issue