2019-02-09 03:53:08 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
2019-02-09 04:12:41 +00:00
|
|
|
# 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"
|
2019-02-09 03:53:08 +00:00
|
|
|
- "3.5"
|
|
|
|
- "3.6"
|
|
|
|
- "3.7"
|
|
|
|
os:
|
|
|
|
- linux
|
2019-02-09 04:05:50 +00:00
|
|
|
# No support for OSX Python runtime
|
|
|
|
#- osx
|
|
|
|
# Windows Python support is currently in early access
|
|
|
|
#- windows
|
2019-02-09 03:53:08 +00:00
|
|
|
script:
|
|
|
|
- make
|