瀏覽代碼

test python 3 as well

kmpm 8 年之前
父節點
當前提交
624cb0735b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -1,6 +1,7 @@
 language: python
 python:
-  - "2.7"
+  - 2.7
+  - 3.5
 
 # command to install dependencies
 install: "pip install -r test_requirements.txt"