Disable py 3.3 and 3.4 for now

This commit is contained in:
Abhinav Singh 2019-02-08 20:12:41 -08:00
parent 6eb4be803d
commit d041995c06
1 changed files with 6 additions and 2 deletions

View File

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