浏览代码

Merge pull request #384 from msabramo/feature.py3.add_3.2_and_3.3_to_travis_yml

.travis.yml: Add 3.2 and 3.3
Mike Naberezny 11 年之前
父节点
当前提交
f45a3664e9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -6,6 +6,8 @@ python:
   - "2.5"
   - "2.6"
   - "2.7"
+  - "3.2"
+  - "3.3"
 # command to install dependencies
 install:
   - pip install -r test_requirements.txt --use-mirrors