소스 검색

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 6 년 전
부모
커밋
5947c05649
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml 파일 보기

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