瀏覽代碼

Add Python 3.5 to Travis

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

+ 1 - 0
.travis.yml

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