浏览代码

Adds Python 3.4 target to Travis

Ask Solem 11 年之前
父节点
当前提交
534d0630c9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -3,6 +3,7 @@ python:
   - 2.6
   - 2.7
   - 3.3
+  - 3.4
   - pypy
 before_install:
   - |