浏览代码

enable python 3.4 on travis

Bastien Sevajol 9 年前
父节点
当前提交
6c98d3e503
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml 查看文件

1
 sudo: false
1
 sudo: false
2
 language: python
2
 language: python
3
 python:
3
 python:
4
-  - "3.2"
4
+#  - "3.2"
5
 #  - "3.3"
5
 #  - "3.3"
6
-#  - "3.4"
6
+  - "3.4"
7
 
7
 
8
 addons:
8
 addons:
9
   postgresql: "9.3"
9
   postgresql: "9.3"