瀏覽代碼

add CI test for python3.5

Python3.5 is still the default Python3 version in
Debian Stretch (stable) and Ubuntu 16.04 LTS
https://packages.debian.org/source/stretch/python3-defaults
https://packages.ubuntu.com/source/xenial/python/python3-defaults
Marc Abonce Seguin 7 年之前
父節點
當前提交
5947c05649
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml 查看文件

9
 language: python
9
 language: python
10
 python:
10
 python:
11
   - "2.7"
11
   - "2.7"
12
+  - "3.5"
12
   - "3.6"
13
   - "3.6"
13
 before_install:
14
 before_install:
14
   - "export DISPLAY=:99.0"
15
   - "export DISPLAY=:99.0"