2019-02-09 03:53:08 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
- "3.3"
|
|
|
|
- "3.4"
|
|
|
|
- "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
|