浏览代码

add 3.5 and 3.6 versions of python to travis ci

Adrien Panay 8 年前
父节点
当前提交
917ecdfdba
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .travis.yml

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

1
 sudo: false
1
 sudo: false
2
 language: python
2
 language: python
3
-python: "3.4"
3
+python:
4
+  - "3.4"
5
+  - "3.5"
6
+  - "3.6"
4
 
7
 
5
 env:
8
 env:
6
   - DB=postgres
9
   - DB=postgres