瀏覽代碼

Add 3.4 to Travis

Thomas Kluyver 10 年之前
父節點
當前提交
f519674e2c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -2,6 +2,7 @@ language: python
 python:
   - "2.7"
   - "3.3"
+  - "3.4"
 # command to run tests
 script: nosetests
 # Ensure dependencies are installed