浏览代码

travis: Enable python 3.4

Jonas Borgström 11 年之前
父节点
当前提交
c90c6c9e9d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -2,6 +2,7 @@ language: python
 python:
   - "3.2"
   - "3.3"
+  - "3.4"
 # command to install dependencies
 install:
   - "sudo apt-get install -y libacl1-dev"